From bca85bf69ef463bcafe6ef526bb2930d8c68381d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 29 Jul 2025 14:21:52 +0530 Subject: [PATCH] Fix: Long context menus in music library used to overflow from the bottom on mobile Fix: Used an integer value for context menu dividers to avoid blurriness --- Theme/ElegantFin-theme-nightly.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; }