aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/assets/style/menu.css
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-06-24 23:23:13 +0200
committermetamuffin <metamuffin@disroot.org>2023-06-24 23:23:13 +0200
commit87945a8ee7f239d51871274d1de329882910a47d (patch)
tree4af626bf5f32fdeeee477f781ee7bda2e641c27c /client-web/public/assets/style/menu.css
parent1a0e378ab04fb0b0a88dc3d2d91487117904ff1e (diff)
parent8a3ce39893022a862f5faa4e893badbef9e7125b (diff)
downloadkeks-meet-87945a8ee7f239d51871274d1de329882910a47d.tar
keks-meet-87945a8ee7f239d51871274d1de329882910a47d.tar.bz2
keks-meet-87945a8ee7f239d51871274d1de329882910a47d.tar.zst
Merge https://codeberg.org/tpart/keks-meet
Diffstat (limited to 'client-web/public/assets/style/menu.css')
-rw-r--r--client-web/public/assets/style/menu.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/client-web/public/assets/style/menu.css b/client-web/public/assets/style/menu.css
new file mode 100644
index 0000000..6f67af0
--- /dev/null
+++ b/client-web/public/assets/style/menu.css
@@ -0,0 +1,37 @@
+/*
+ This file is part of keks-meet (https://codeberg.org/metamuffin/keks-meet)
+ which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
+ Copyright (C) 2022 metamuffin <metamuffin@disroot.org>
+*/
+
+.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;
+}
+
+.menu-br {
+ position: fixed;
+ bottom: 0px;
+ right: 0px;
+ display: block;
+ text-align: right;
+}
+.menu-br .version {
+ font-size: medium;
+ font-weight: bold;
+ 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