mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-06 07:21:08 -08:00
Fix: UserContents - Nightly experiments align & separator #722
This commit is contained in:
parent
ee2123f1b7
commit
594a4f3b80
2 changed files with 42 additions and 0 deletions
18
css/leptonContent.css
generated
18
css/leptonContent.css
generated
|
|
@ -7,6 +7,24 @@
|
|||
margin-inline-end: 8px !important;
|
||||
width: 20px !important;
|
||||
}
|
||||
#pane-experimental-search-results-header,
|
||||
#pane-experimental-subtitle {
|
||||
min-height: 27px !important;
|
||||
padding-inline-start: 35px !important;
|
||||
}
|
||||
#firefoxExperimentalCategory:not([hidden="true"]) {
|
||||
display: inline-block;
|
||||
}
|
||||
#firefoxExperimentalCategory > label {
|
||||
float: left;
|
||||
}
|
||||
#firefoxExperimentalCategory > hbox {
|
||||
transform: translateY(5px);
|
||||
}
|
||||
#pane-experimental-featureGates > html|p[data-l10n-id="pane-experimental-description2"] {
|
||||
border-bottom: 1px solid var(--in-content-border-color);
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
}
|
||||
/** Video player **************************************************************/
|
||||
/* Control Bar Size */
|
||||
|
|
|
|||
|
|
@ -4,4 +4,28 @@
|
|||
margin-inline-end: 8px !important; // Original: 6px
|
||||
width: 20px !important; // ESR(102): 16px, Nightly(116): 27px
|
||||
}
|
||||
|
||||
#pane-experimental-search-results-header,
|
||||
#pane-experimental-subtitle {
|
||||
min-height: 27px !important; // Original: 30px
|
||||
padding-inline-start: 35px !important;
|
||||
}
|
||||
|
||||
// Align & Separator #722
|
||||
#firefoxExperimentalCategory {
|
||||
&:not([hidden="true"]) {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
> label {
|
||||
float: left;
|
||||
}
|
||||
> hbox {
|
||||
transform: translateY(5px);
|
||||
}
|
||||
}
|
||||
#pane-experimental-featureGates > html|p[data-l10n-id="pane-experimental-description2"] {
|
||||
border-bottom: 1px solid var(--in-content-border-color);
|
||||
padding-bottom: 1.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue