mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: List paddings were bugged in Dashboard and some other locations
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user