Fix: List paddings were bugged in Dashboard and some other locations
This commit is contained in:
parent
5c9ad60917
commit
55ec1eff1a
1 changed files with 8 additions and 5 deletions
|
|
@ -1304,9 +1304,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItemBody {
|
/* .listItemBody {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.listItemBody>.listItemBodyText:not(.secondary) {
|
.listItemBody>.listItemBodyText:not(.secondary) {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
@ -1380,14 +1380,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
margin: .5em 1em !important;
|
margin: .5em 1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .navMenuOption,
|
[dir=ltr] .navMenuOption {
|
||||||
#myPreferencesMenuPage .listItem {
|
|
||||||
padding: 1em !important;
|
padding: 1em !important;
|
||||||
margin-bottom: unset;
|
margin-bottom: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#myPreferencesMenuPage .listItemIcon {
|
#myPreferencesMenuPage .listItemIcon {
|
||||||
margin: 0 1em 0 0;
|
margin-inline: .5em .25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navMenuOption-selected {
|
.navMenuOption-selected {
|
||||||
|
|
@ -1767,6 +1766,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
background: var(--btnSubmitBorderColor);
|
background: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .layout-desktop .mdl-slider::-webkit-slider-thumb {
|
||||||
|
transform: scale(.05);
|
||||||
|
} */
|
||||||
|
|
||||||
.mdl-slider::-moz-range-thumb {
|
.mdl-slider::-moz-range-thumb {
|
||||||
background: var(--btnSubmitBorderColor);
|
background: var(--btnSubmitBorderColor);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue