mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 17:13:10 +00:00
fix difference in spacing compared to classic mode
This commit is contained in:
parent
7e18890cd6
commit
a7303d870e
1 changed files with 1 additions and 2 deletions
|
|
@ -49,8 +49,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
margin-top: 0;
|
||||
}
|
||||
.ui-mobile-touch-overflow.ui-native-fixed .ui-content .ui-listview-inset {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
/* loading screen */
|
||||
|
|
|
|||
Loading…
Reference in a new issue