1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 04:49:59 +02:00

fix: Make the appcontent navbar be a flexbox only when needed, b=(no-bug), c=tabs

This commit is contained in:
Mr. M 2025-05-21 06:14:19 +02:00
parent 7af0c64c30
commit 469f94bddf
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,10 @@
height: var(--zen-toolbar-height); height: var(--zen-toolbar-height);
z-index: 1; z-index: 1;
#zen-appcontent-navbar-container {
display: flex;
}
@media -moz-pref('zen.view.hide-window-controls') { @media -moz-pref('zen.view.hide-window-controls') {
& { & {
transition: transition:

View file

@ -19,7 +19,6 @@
#zen-appcontent-navbar-container { #zen-appcontent-navbar-container {
width: 100%; width: 100%;
display: flex;
} }
/* ========================================================================== /* ==========================================================================