Popup windows without toolbars don't need padding (#361)
Co-authored-by: asteroidcow <asteroid.master0@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user