1
Fork 0
satellite/modules/home-manager/firefox/theme.css
2023-01-15 23:04:11 +01:00

20 lines
363 B
CSS

/* This file should hide the firefox ui! */
TabsToolbar {
visibility: collapse;
}
:root:not([customizing]) #navigator-toolbox:not(:hover):not(:focus-within) {
max-height: 1px;
min-height: calc(0px);
overflow: hidden;
}
#navigator-toolbox::after {
display: none !important;
}
#main-window[sizemode="maximized"] #content-deck {
padding-top: 8px;
}