mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-11 07:10:56 +03:00
Fixed potential UI bug where notifications menu would be too small
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user