From 71cc36c7f8d4d10605a492cf67bc087c73a50bdc Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Tue, 29 Dec 2020 00:23:00 +0100 Subject: [PATCH] Added "back" button on 1v1 chat + some UI improvements --- src/routes/_components/Nav.html | 8 ++++++++ src/scss/themes/ozark.scss | 28 +++++++++++++++++++++++++--- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/routes/_components/Nav.html b/src/routes/_components/Nav.html index bf2d6e58..eac37e52 100644 --- a/src/routes/_components/Nav.html +++ b/src/routes/_components/Nav.html @@ -21,6 +21,14 @@
My Possible Next CRUSH :)
+
+ + + + + + +
diff --git a/src/scss/themes/ozark.scss b/src/scss/themes/ozark.scss index 359f8eca..7bd7b8a8 100644 --- a/src/scss/themes/ozark.scss +++ b/src/scss/themes/ozark.scss @@ -27,6 +27,7 @@ $deemphasized-text-color: #939393; :root { --svg-fill: #{$nav-bg}; --banner-fill: #{$nav-bg}; + --action-button-fill-color: #000; --button-primary-border: transparent; --button-primary-bg: #{$nav-bg}; --button-primary-bg-hover: #{$nav-a-bg-hover}; @@ -87,6 +88,24 @@ div#chat-party-global { } } + div#back { + display: flex; + + a { + display: flex; + margin: auto; + + svg { + fill: #8c8585; + } + } + + a:focus { + background: #eee; + } + + } + } div#chat-compose-global { @@ -146,13 +165,15 @@ div#chat-compose-global { min-width: 15em; max-height: 6em; min-height: 4.5em; + margin: .5em 0; padding: .6em; resize: none; } textarea:focus { outline: none !important; - border: 5px dashed #ff00ef4a; + border: 1px solid var(--button-primary-bg); + border-radius: .5em; color: black; } } @@ -261,7 +282,8 @@ div.timeline > div.the-list { width: 1.8em; height: 1.8em; position: relative; - left: 1.4em; + left: .5em; + top: -1em; } span { @@ -281,7 +303,7 @@ div.timeline > div.the-list { float: initial !important; max-width: initial !important; border-radius: .5em !important; - box-shadow: 6px 6px 6px #a2a5db !important; + border: 10px dotted #4e83d573; a.status-author-name { margin-left: 0;