From 55ec1eff1a1b20d59fcf37872bc7cf420628cb18 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Thu, 23 Jan 2025 12:05:07 -0800 Subject: [PATCH] Fix: List paddings were bugged in Dashboard and some other locations --- Theme/ElegantFin-theme-nightly.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 3e274ad..a925e9e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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); }