mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 11:30:20 +00:00
24 lines
466 B
CSS
24 lines
466 B
CSS
|
@import "window-controls.css";
|
||
|
|
||
|
:root:not([inFullscreen]) toolbar#nav-bar {
|
||
|
z-index: 1 !important;
|
||
|
position: relative !important;
|
||
|
margin-left: 0px;
|
||
|
}
|
||
|
|
||
|
|
||
|
#TabsToolbar .toolbar-items {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
.titlebar-buttonbox {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
#TabsToolbar.browser-toolbar {
|
||
|
display: inline-block !important;
|
||
|
position: absolute;
|
||
|
top: var(--wc-vertical-shift) !important;
|
||
|
left: var(--wc-left-space) !important;
|
||
|
}
|