summaryrefslogtreecommitdiff
path: root/client-web/public/assets/style/menu.css
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-06-24 22:54:04 +0200
committertpart <tpart120@proton.me>2023-06-24 22:54:04 +0200
commit57eba53182e09459eacf782b383523c94b78c0fe (patch)
tree363a20a2227578ad3e3c2cf8971dd65cf39fe4b8 /client-web/public/assets/style/menu.css
parent466aee544b95a866305731df4642927583d4eb90 (diff)
downloadkeks-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.css16
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