takkerのuserChrome.cssの設定
@takker-ubuntu
解説は「Firefoxのタブをなくす」を参照
userChrome.css
code:userChrome.css
#main-windowtabsintitlebar="true":not(extradragspace="true") #TabsToolbar > .toolbar-items {
opacity: 0;
pointer-events: none;
}
#main-window:not(tabsintitlebar="true") #TabsToolbar {
visibility: collapse !important;
}
/* Adding empty space for buttons */
#nav-bar {
margin-right:140px;
}
/* 15px for dragging whole window by mouse*/
#titlebar {
appearance: none !important;
height: 15px;
}
/* Fix for main menu calling by Alt button */
#titlebar > #toolbar-menubar {
margin-top: 10px;
}
/* Move minimize/restore/close buttons to empty space */
#TabsToolbar > .titlebar-buttonbox-container {
display: block;
position: absolute;
top: 17px;
right: 1px;
}
#2025-03-30 14:14:24
#2020-12-20 12:58:20