From 4a3c0ceafa538c640e51b1737c80af92c610c0bb Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 25 Nov 2023 20:41:20 +0200 Subject: [PATCH] fake statusbar w bookmarksbar: make the pseudo-element have order: 2 This makes it stay the bottom-most item in layout even with styles like multi-row_tabs below content which moves navigator-toolbox below content. --- chrome/fake_statusbar_w_bookmarksbar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/fake_statusbar_w_bookmarksbar.css b/chrome/fake_statusbar_w_bookmarksbar.css index 409a2d5..3b0d288 100644 --- a/chrome/fake_statusbar_w_bookmarksbar.css +++ b/chrome/fake_statusbar_w_bookmarksbar.css @@ -28,6 +28,7 @@ See the above repository for updates as well as full license text. */ content: ""; display: flex; margin-bottom: calc(1px + var(--uc-browser-base-padding)) !important; + order: 2; /* To make this really the bottom-most toolbar even with custom toolbar order */ } #PersonalToolbar{