Add #notifications-toolbar as selector where notifications are styled

This commit is contained in:
MrOtherGuy
2025-07-27 07:08:51 +03:00
parent 1c158ec2dc
commit 14d2fa0d03
6 changed files with 9 additions and 3 deletions

View File

@@ -14,11 +14,13 @@ See the above repository for updates as well as full license text. */
}
#PersonalToolbar,
#tab-notification-deck,
#notifications-toolbar,
.global-notificationbox,
#main-window:not([inDOMFullscreen]) > body > #browser{
margin-left: var(--uc-vertical-tabs-width);
}
#tab-notification-deck,
#notifications-toolbar,
.global-notificationbox{
width: auto !important;
}
@@ -44,6 +46,7 @@ See the above repository for updates as well as full license text. */
@media (-moz-bool-pref: "userchrome.vertical-tabs.on-right.enabled"){
#PersonalToolbar,
#tab-notification-deck,
#notifications-toolbar,
.global-notificationbox,
#main-window:not([inDOMFullscreen]) > body > #browser{
margin-left: 0;