mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-22 20:41:48 -08: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
6
css/leptonContent.css
generated
6
css/leptonContent.css
generated
|
|
@ -34,6 +34,9 @@
|
|||
box-sizing: content-box;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#categories {
|
||||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
|
|
@ -3690,6 +3693,9 @@
|
|||
box-sizing: content-box;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#categories {
|
||||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
|
|
|
|||
3
css/leptonContentESR.css
generated
3
css/leptonContentESR.css
generated
|
|
@ -34,6 +34,9 @@
|
|||
box-sizing: content-box;
|
||||
padding: 0 !important;
|
||||
}
|
||||
#categories {
|
||||
padding-inline-end: 1px !important; /* Original: 4px */
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue