diff options
Diffstat (limited to 'client-web/style/menu.sass')
-rw-r--r-- | client-web/style/menu.sass | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index ec1c35c..0ca804e 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -3,16 +3,14 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin <metamuffin@disroot.org> - -.bottom-menu +.control-bar background-color: var(--bg) - padding: 0.5em - position: fixed - bottom: 0.5em border: 0px solid transparent - border-radius: 5px - left: 50% - transform: translateX(-50%) + display: flex + align-items: center + justify-content: center + width: 100% + height: 64px z-index: 100 .menu-br @@ -27,3 +25,9 @@ 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 |