From 4dd7314b2e5cc3776c76cdfdc029d48d9265ad67 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Jun 2023 10:15:39 +0200 Subject: leave button --- client-web/style/master.sass | 5 +++++ client-web/style/menu.sass | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'client-web/style') diff --git a/client-web/style/master.sass b/client-web/style/master.sass index ecd0465..6a26b67 100644 --- a/client-web/style/master.sass +++ b/client-web/style/master.sass @@ -57,6 +57,7 @@ button, border-radius: 3px font-size: small font-weight: 400 + cursor: pointer input[type="button"]:hover, button:hover, @@ -74,6 +75,10 @@ input[type="number"] background-color: var(--bg-dark) border: 1px solid var(--ac-light) +button.leave + left: 0px + background-color: #9a2020 + input:disabled, button:disabled, .side-ui-control:disabled diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index 2e020b3..204e8b3 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -6,12 +6,10 @@ .control-bar background-color: var(--bg) padding: 0.75em + z-index: 100 width: auto - border: 0px solid transparent display: flex - align-items: center - justify-content: center - z-index: 100 + flex-wrap: wrap .main position: relative -- cgit v1.2.3-70-g09d2