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:
@@ -2387,6 +2387,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
background-color: var(--activeColor) !important;
|
background-color: var(--activeColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actionsheetDivider{
|
||||||
|
height: 2px;
|
||||||
|
background: rgb(255, 255, 255, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.actionsheet-xlargeFont{
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.actionSheetContent {
|
.actionSheetContent {
|
||||||
padding: .4em !important;
|
padding: .4em !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user