aboutsummaryrefslogtreecommitdiff
path: root/client-web/public/assets/style/menu.css
diff options
context:
space:
mode:
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