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:
parent
7af0c64c30
commit
469f94bddf
2 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
|
|
||||||
#zen-appcontent-navbar-container {
|
#zen-appcontent-navbar-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue