diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-25 00:31:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-25 00:31:43 +0200 |
commit | bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576 (patch) | |
tree | 6267b2d3421b7bccc29cf3d9d99968cbdcf33f5f /client-web/style/prefs.sass | |
parent | b408b2ebcafddde5a93a3f708d815fcf740607fb (diff) | |
download | keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar.bz2 keks-meet-bf0a57609d3792863c1f20a9d2d4b5bd7b0c7576.tar.zst |
refactor + animate sidebar
Diffstat (limited to 'client-web/style/prefs.sass')
-rw-r--r-- | client-web/style/prefs.sass | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/client-web/style/prefs.sass b/client-web/style/prefs.sass deleted file mode 100644 index 07a18b9..0000000 --- a/client-web/style/prefs.sass +++ /dev/null @@ -1,20 +0,0 @@ -/* - 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 |