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;
|
||||
}
|
||||
|
||||
.listItemBody {
|
||||
/* .listItemBody {
|
||||
padding: 0;
|
||||
}
|
||||
} */
|
||||
|
||||
.listItemBody>.listItemBodyText:not(.secondary) {
|
||||
display: -webkit-box;
|
||||
|
|
@ -1380,14 +1380,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
margin: .5em 1em !important;
|
||||
}
|
||||
|
||||
[dir=ltr] .navMenuOption,
|
||||
#myPreferencesMenuPage .listItem {
|
||||
[dir=ltr] .navMenuOption {
|
||||
padding: 1em !important;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
#myPreferencesMenuPage .listItemIcon {
|
||||
margin: 0 1em 0 0;
|
||||
margin-inline: .5em .25em;
|
||||
}
|
||||
|
||||
.navMenuOption-selected {
|
||||
|
|
@ -1767,6 +1766,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
background: var(--btnSubmitBorderColor);
|
||||
}
|
||||
|
||||
/* .layout-desktop .mdl-slider::-webkit-slider-thumb {
|
||||
transform: scale(.05);
|
||||
} */
|
||||
|
||||
.mdl-slider::-moz-range-thumb {
|
||||
background: var(--btnSubmitBorderColor);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue