From b8853b6de9891cd86fa3f046c5e5e45d9edb18bd Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 7 Jun 2020 16:23:34 +0300 Subject: [PATCH] Make menubar window controls be the rightmost item in the toolbar --- chrome/toolbars_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbars_below_content.css b/chrome/toolbars_below_content.css index b903bde..a82d70f 100644 --- a/chrome/toolbars_below_content.css +++ b/chrome/toolbars_below_content.css @@ -34,7 +34,7 @@ See the above repository for updates as well as full license text. */ /* Yeah, removes window controls. Likely not wanted on bottom row */ #TabsToolbar > .titlebar-buttonbox-container{ display: none } - +#toolbar-menubar > .titlebar-buttonbox-container{ order: 1000 } /* Menubar options */ /* 1. Overlay menubar on top of web-content (default) */ /* This should be used if menubar is disabled and Alt-key is used to activate it temporarily */