Fixed Transparent Url bar's background when clicking Ctrl+T while playing a video in fullscreen mode (closes https://github.com/zen-browser/desktop/issues/6996)

This commit is contained in:
Mr. M
2025-04-09 13:47:11 +02:00
parent 21817ca97a
commit 3c273d817b
2 changed files with 1 additions and 5 deletions

View File

@@ -9,5 +9,5 @@
}
:root[inDOMFullscreen='true'] #zen-appcontent-navbar-container {
display: none;
visibility: collapse;
}

View File

@@ -365,10 +365,6 @@ button.popup-notification-dropmarker {
}
:root:not([zen-single-toolbar='true']) {
& #nav-bar {
margin-bottom: -1px;
}
&[zen-right-side='true']:not([zen-window-buttons-reversed='true']) #nav-bar {
margin-inline-start: var(--zen-element-separation);
}