📝 Updated userchrome due to ui breakage from mozilla
This commit is contained in:
parent
4125f9f103
commit
5a01b87b35
1 changed files with 30 additions and 5 deletions
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue