diff options
Diffstat (limited to 'client-web/public/assets/style/menu.css')
| -rw-r--r-- | client-web/public/assets/style/menu.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css index 4f5e786..6f67af0 100644 --- a/client-web/public/assets/style/menu.css +++ b/client-web/public/assets/style/menu.css @@ -4,17 +4,14 @@ Copyright (C) 2022 metamuffin <metamuffin@disroot.org> */ - -.bottom-menu { - background-color: var(--bg); - padding: 0.5em; - position: fixed; - bottom: 0; +.control-bar { + background-color: var(--bg); border: 0px solid transparent; display: flex; align-items: center; justify-content: center; width: 100%; + height: 64px; z-index: 100; } @@ -31,3 +28,10 @@ color: var(--ac-light); padding: 0.5em; } + +.info-br { + position: absolute; + right: 0.5em; + bottom: calc(64px + 0.5em); + text-align: right; +}
\ No newline at end of file |