mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
15 lines
366 B
CSS
15 lines
366 B
CSS
|
|
:root[zen-single-toolbar="true"][zen-compact-mode="true"] {
|
|
& #zen-appcontent-navbar-container {
|
|
max-height: 0 !important;
|
|
overflow: hidden;
|
|
opacity: 0 !important;
|
|
pointer-events: none !important;
|
|
|
|
& #PersonalToolbar {
|
|
max-height: 0px;
|
|
min-height: 0px;
|
|
visibility: collapse;
|
|
}
|
|
}
|
|
}
|