From 008571e46d0918dd09815c00c1a86e69ea6c6988 Mon Sep 17 00:00:00 2001 From: asteroidcow Date: Fri, 19 Apr 2024 22:40:34 -0700 Subject: [PATCH] Popup windows without toolbars don't need padding (#361) Co-authored-by: asteroidcow --- chrome/multi-row_tabs_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/multi-row_tabs_below_content.css b/chrome/multi-row_tabs_below_content.css index 00cdfc0..ec6e4d2 100644 --- a/chrome/multi-row_tabs_below_content.css +++ b/chrome/multi-row_tabs_below_content.css @@ -77,7 +77,7 @@ See the above repository for updates as well as full license text. */ /* Fullscreen mode support */ #customization-container, :root:not([inFullscreen]) #content-deck, - :root:not([inFullscreen]) #browser{ + :root:not([chromehidden~="toolbar"]):not([inFullscreen]) #browser { margin-top: calc(var(--multirow-toolbar-height) + var(--multirow-top-padding) + var(--multirow-menubar-height,0px)); } :root[inFullscreen] #toolbar-menubar,