mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 13:11:43 +00:00
11 lines
162 B
CSS
11 lines
162 B
CSS
|
/* hides the native tabs */
|
||
|
#TabsToolbar {
|
||
|
visibility: collapse;
|
||
|
}
|
||
|
#titlebar {
|
||
|
visibility: collapse;
|
||
|
}
|
||
|
#sidebar-header {
|
||
|
visibility: collapse !important;
|
||
|
}
|