diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-09 08:36:52 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-09 08:36:52 +0200 |
commit | 06b284fd063ab5f75ff68bbcf5629e8ba66770b3 (patch) | |
tree | 7c5306a1f323e6c1d0d02b34b54a5f455c5f510c /styles | |
parent | c80a8b2615f2b576c1a022b16141d54f2c24f6a2 (diff) |
more icons and manifests
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; +} + |