mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 23:00:01 +02:00
fix: Make the appcontent navbar be a flexbox only when needed, b=(no-bug), c=tabs
This commit is contained in:
parent
7af0c64c30
commit
469f94bddf
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue