mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
15 lines
311 B
Nix
15 lines
311 B
Nix
{ profile }:
|
|
|
|
''
|
|
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
|
|
visibility: collapse !important;
|
|
}
|
|
|
|
#sidebar-header {
|
|
display: none;
|
|
}
|
|
''
|