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:
parent
45ed05c758
commit
bca85bf69e
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue