treestyle firefox conf
This commit is contained in:
parent
02e28d9925
commit
25b102217f
1 changed files with 14 additions and 0 deletions
14
.config/firefox/chrome/userChrome.css
Normal file
14
.config/firefox/chrome/userChrome.css
Normal file
|
@ -0,0 +1,14 @@
|
|||
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
.tab {
|
||||
margin-left: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
Loading…
Add table
Reference in a new issue