diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:20:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-24 23:20:47 +0200 |
commit | 1a0e378ab04fb0b0a88dc3d2d91487117904ff1e (patch) | |
tree | a276f669f0ce42407729f5904d9ad09705892ac1 /client-web/style/prefs.sass | |
parent | 2c5e565a613e5d235113b39647a54a6b90388136 (diff) | |
download | keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar.bz2 keks-meet-1a0e378ab04fb0b0a88dc3d2d91487117904ff1e.tar.zst |
sass
Diffstat (limited to 'client-web/style/prefs.sass')
-rw-r--r-- | client-web/style/prefs.sass | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/client-web/style/prefs.sass b/client-web/style/prefs.sass new file mode 100644 index 0000000..07a18b9 --- /dev/null +++ b/client-web/style/prefs.sass @@ -0,0 +1,20 @@ +/* + 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) 2023 metamuffin <metamuffin@disroot.org> + +.prefs-overlay + position: fixed + z-index: 80 + + left: 50% + bottom: 5em + transform: translateX(-50%) + + width: min(50em, 80vw) + height: min(40em, 60vh) + + background-color: var(--bg) + border-radius: 1em + padding: 2em + overflow-y: auto |