Fixed potential UI bug where notifications menu would be too small

This commit is contained in:
Tzahi12345
2022-12-31 15:35:45 -05:00
parent 4f26e9ac3a
commit 964760a6a8
3 changed files with 12 additions and 4 deletions

View File

@@ -34,4 +34,10 @@
::ng-deep .mdc-switch {
outline: none !important;
}
}
::ng-deep .notifications-menu {
width: 30vw !important;
max-width: 100% !important;
min-width: 280px !important;
}