mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Content - Same size sidebar button at about:policies #923
This commit is contained in:
parent
7d8225efc8
commit
038265576d
3 changed files with 22 additions and 0 deletions
10
css/leptonContent.css
generated
10
css/leptonContent.css
generated
|
|
@ -46,6 +46,11 @@
|
|||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about:policies") {
|
||||
#categories > .category {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
@supports -moz-bool-pref("userContent.player.size") {
|
||||
|
|
@ -3713,6 +3718,11 @@
|
|||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about:policies") {
|
||||
#categories > .category {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
@media (-moz-bool-pref: "userContent.player.size") {
|
||||
|
|
|
|||
5
css/leptonContentESR.css
generated
5
css/leptonContentESR.css
generated
|
|
@ -46,6 +46,11 @@
|
|||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about:policies") {
|
||||
#categories > .category {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
@supports -moz-bool-pref("userContent.player.size") {
|
||||
|
|
|
|||
|
|
@ -56,3 +56,10 @@
|
|||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
|
||||
@include moz-document(url-prefix "about:policies") {
|
||||
// #923
|
||||
#categories > .category {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue