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

@@ -132,7 +132,7 @@ See the above repository for updates as well as full license text. */
/* This makes the tab notification box show immediately below tabs, otherwise it would break the layout */
#navigator-toolbox > div{ display: contents }
:where(#titlebar,#navigator-toolbox > #TabsToolbar,#navigator-toolbox > #toolbar-menubar,#tab-notification-deck,.global-notificationbox){
:where(#titlebar,#navigator-toolbox > #TabsToolbar,#navigator-toolbox > #toolbar-menubar,#tab-notification-deck,.global-notificationbox,#notifications-toolbar){
order: -1;
}
:root[BookmarksToolbarOverlapsBrowser] #navigator-toolbox{