mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Make the appcontent navbar be a flexbox only when needed, b=(no-bug), c=tabs
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
height: var(--zen-toolbar-height);
|
||||
z-index: 1;
|
||||
|
||||
#zen-appcontent-navbar-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media -moz-pref('zen.view.hide-window-controls') {
|
||||
& {
|
||||
transition:
|
||||
|
@@ -19,7 +19,6 @@
|
||||
|
||||
#zen-appcontent-navbar-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
Reference in New Issue
Block a user