diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index ebe1f0a..1898f2f 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -2387,6 +2387,15 @@ div[data-role=controlgroup] a.ui-btn-active { background-color: var(--activeColor) !important; } +.actionsheetDivider{ + height: 2px; + background: rgb(255, 255, 255, 0.05); +} + +.actionsheet-xlargeFont{ + line-height: normal; +} + .actionSheetContent { padding: .4em !important; }