mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 20:30:36 -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 */
|
||||
|
|
|
|||
|
|
@ -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