mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: adjusted actionsheet padding to improve the hover effect
This commit is contained in:
@@ -595,11 +595,15 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
/* padding: 1.25em 0.25em 0.25em 1.5em !important; */
|
||||
}
|
||||
|
||||
[dir=ltr] .listItem {
|
||||
[dir=ltr] .listItem:not(.actionSheetMenuItem) {
|
||||
/* padding: .75em 1em !important; */
|
||||
padding: 0.25em 0.25em 0.25em 1.5em !important;
|
||||
}
|
||||
|
||||
.actionSheetContent {
|
||||
padding: .4em !important;
|
||||
}
|
||||
|
||||
.navMenuOption {
|
||||
border-radius: .5em !important;
|
||||
margin: .5em 1em !important;
|
||||
|
Reference in New Issue
Block a user