📝 Updated userchrome due to ui breakage from mozilla

This commit is contained in:
z3rOR0ne 2023-03-20 23:09:33 -07:00
parent 4125f9f103
commit 5a01b87b35

View file

@ -22,6 +22,12 @@
display: none !important; display: none !important;
} }
#PanelUI-button {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
#urlbar-input::placeholder { #urlbar-input::placeholder {
color: transparent; color: transparent;
} }
@ -55,3 +61,22 @@ toolbar > * {
max-width: 35px !important; max-width: 35px !important;
} }
/* cuz mozilla be stupid sometimes */
#unified-extensions-view {
--uei-icon-size: 16px;
}
.unified-extensions-item-menu-button.subviewbutton {
padding: 2px !important;
}
.unified-extensions-item-message-deck {
display: none;
}
#unified-extensions-view > vbox > vbox > .unified-extensions-item {
padding-block: 0px !important;
}
.unified-extensions-item-menu-button {
margin-inline-end: 0 !important;
}
.unified-extensions-list .unified-extensions-item-menu-button {
margin-inline-end: 8px !important;
}