From efc32bc5ec581a65310617b3a1a9b0c34bf3ac26 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sat, 10 Apr 2021 09:07:47 +0300 Subject: [PATCH] make proton compatible by using auto row height and small urlbar margin --- chrome/show_navbar_on_focus_only.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/show_navbar_on_focus_only.css b/chrome/show_navbar_on_focus_only.css index a628067..f6fa2de 100644 --- a/chrome/show_navbar_on_focus_only.css +++ b/chrome/show_navbar_on_focus_only.css @@ -5,7 +5,7 @@ See the above repository for updates as well as full license text. */ /* overlay_menubar.css can be used for better handling of menubar when triggered with Alt-key */ /* This style totally breaks bookmarks toolbar but can be used with autohide_bookmarks_toolbar.css */ -:root:not([customizing]) #navigator-toolbox{ display: grid; grid-template-rows: var(--tab-min-height) } +:root:not([customizing]) #navigator-toolbox{ display: grid; grid-template-rows: auto } :root:not([customizing]) #navigator-toolbox > *{ grid-area: 1/1; } :root:not([customizing]) #titlebar{ -moz-appearance: none !important; } @@ -24,7 +24,7 @@ See the above repository for updates as well as full license text. */ :root[sizemode="maximized"]:not([inDOMFullscreen]){ margin-top: 5px !important; } } } - +#urlbar-container{ margin-top: 1px } :root[sessionrestored] #nav-bar:not([customizing]){ transform: rotateX(90deg); transition: transform 67ms linear, opacity 0ms linear 67ms !important;