From a504b365c8c0d6b53cbe9353cbcc7d14562e12bb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 26 Sep 2023 19:37:57 +0300 Subject: [PATCH] fix incorrect notification bar layout --- chrome/autohide_bookmarks_and_main_toolbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/autohide_bookmarks_and_main_toolbars.css b/chrome/autohide_bookmarks_and_main_toolbars.css index 836455c..217b7e1 100644 --- a/chrome/autohide_bookmarks_and_main_toolbars.css +++ b/chrome/autohide_bookmarks_and_main_toolbars.css @@ -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;