fix incorrect notification bar layout
This commit is contained in:
@@ -86,7 +86,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,#tab-notification-deck,.global-notificationbox){
|
||||
-moz-box-ordinal-group: 0;
|
||||
order: -1;
|
||||
}
|
||||
:root[BookmarksToolbarOverlapsBrowser] #navigator-toolbox{
|
||||
margin-bottom: calc(-1px - var(--uc-bm-height) + var(--uc-navbar-height)) !important;
|
||||
|
||||
Reference in New Issue
Block a user