diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/mobile.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/styles/mobile.css b/styles/mobile.css index e9f8db4..3d477f5 100644 --- a/styles/mobile.css +++ b/styles/mobile.css @@ -73,3 +73,15 @@ .MuiDrawer-root .MuiListItem-root.Mui-selected:active:after { opacity: .15 !important; } + +.listWrapper .bottomActions { + bottom: 24px; +} + +.ios-status-bar { + position: fixed; + left: 0; + right: 0; + height: 100px; +} + |