Web: Notifications: Fixed styles.

This commit is contained in:
Tatiana Lopaeva 2023-01-30 17:43:55 +03:00
parent ab57a90fb9
commit 11e4200220

View File

@ -13,11 +13,12 @@ import Loaders from "@docspace/common/components/Loaders";
const StyledBodyContent = styled.div` const StyledBodyContent = styled.div`
.notification-container { .notification-container {
display: grid; display: grid;
grid-template-columns: 540px 120px; max-width: 660px;
grid-template-columns: 1fr 120px;
margin-bottom: 24px; margin-bottom: 24px;
.toggle-btn { .toggle-btn {
margin-left: auto; padding-left: 46px;
} }
} }
.badges-container { .badges-container {
@ -29,6 +30,7 @@ const StyledTextContent = styled.div`
margin-bottom: 24px; margin-bottom: 24px;
height: 39px; height: 39px;
border-bottom: ${(props) => props.theme.filesPanels.sharing.borderBottom}; border-bottom: ${(props) => props.theme.filesPanels.sharing.borderBottom};
max-width: 700px;
`; `;
let timerId = null; let timerId = null;