mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-13 10:20:39 -07:00
Fix: Content - Same size sidebar button at about:addons #911
This commit is contained in:
parent
0aaa6d2c02
commit
58ff8dcfb1
3 changed files with 15 additions and 1 deletions
|
|
@ -34,10 +34,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
// #695
|
||||
@include moz-document(url-prefix "about:addons") {
|
||||
// #695
|
||||
#updates-message + .page-options-menu > .more-options-button {
|
||||
box-sizing: content-box;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
// #911
|
||||
#categories {
|
||||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue