vanadium: firefox ui tweak

This commit is contained in:
Primrose 2025-05-26 12:20:30 +02:00
parent 8f75d97314
commit 584fbe05b9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -25,6 +25,14 @@ in {
html#main-window body:has(#sidebar-box[sidebarcommand=treestyletab_piro_sakura_ne_jp-sidebar-action][checked=true]:not([hidden=true])) #TabsToolbar {
visibility: collapse !important;
}
/* monofont tweak */
#statuspanel-label {
font-family: monospace;
}
.urlbar-input-box {
font-family: monospace;
}
'';
settings = {
"layout.css.has-selector.enabled" = true;