diff options
| author | tpart <tpart120@proton.me> | 2023-06-24 22:54:04 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2023-06-24 22:54:04 +0200 |
| commit | 57eba53182e09459eacf782b383523c94b78c0fe (patch) | |
| tree | 363a20a2227578ad3e3c2cf8971dd65cf39fe4b8 /client-web/public/assets/style/menu.css | |
| parent | 466aee544b95a866305731df4642927583d4eb90 (diff) | |
| download | keks-meet-57eba53182e09459eacf782b383523c94b78c0fe.tar keks-meet-57eba53182e09459eacf782b383523c94b78c0fe.tar.bz2 keks-meet-57eba53182e09459eacf782b383523c94b78c0fe.tar.zst | |
Fix main app styling
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 |