mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 03:20:20 +00:00
25 lines
589 B
CSS
Generated
25 lines
589 B
CSS
Generated
@import "window-controls.css";
|
|
|
|
:root:not([inFullscreen]) toolbar#nav-bar {
|
|
z-index: 1 !important;
|
|
position: relative !important;
|
|
/* shift toolbar to the right based on initial width */
|
|
margin-left: calc(
|
|
var(--wc-right-space) * 2 + 60px
|
|
) !important;
|
|
}
|
|
|
|
#TabsToolbar .toolbar-items {
|
|
display: none !important;
|
|
}
|
|
|
|
.titlebar-buttonbox {
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
#TabsToolbar.browser-toolbar {
|
|
display: inline-block !important;
|
|
position: absolute;
|
|
top: var(--wc-vertical-shift) !important;
|
|
left: var(--wc-left-space) !important;
|
|
}
|