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
This commit is contained in:
lscambo13
2025-07-29 14:21:52 +05:30
parent 45ed05c758
commit bca85bf69e

View File

@@ -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;
}