diff options
Diffstat (limited to 'client-web/style/menu.sass')
-rw-r--r-- | client-web/style/menu.sass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index 0ca804e..1c5d8f1 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -5,22 +5,22 @@ .control-bar background-color: var(--bg) + padding: 0.75em + width: calc(100% - 1.5em) border: 0px solid transparent display: flex align-items: center justify-content: center - width: 100% - height: 64px z-index: 100 -.menu-br +.info-br position: fixed bottom: 0px right: 0px display: block text-align: right -.menu-br .version +.info-br .version font-size: medium font-weight: bold color: var(--ac-light) |