Fix notification styling

This commit is contained in:
Jas Singh
2024-07-01 19:43:28 -07:00
parent 8f54a92e80
commit 98cb6c26f0
4 changed files with 6 additions and 13 deletions

View File

@@ -15,13 +15,14 @@
.menu-content-container.notifications {
margin: 1.35em;
margin-bottom: 0em;
min-height: 4em;
}
.notification-menu-controls {
background: $base;
margin: 1em 1.3em;
margin-bottom: 0em;
margin-bottom: 0.5em;
border-radius: 0.4em;
padding: 0.4em 0.75em;
}
@@ -34,12 +35,7 @@
}
.notification-card-content-container {
&:first-child {
margin-top: 0.5em;
}
&:not(:last-child) {
margin-bottom: 1em;
}
}
.menu-label-container.notifications {