From 11faeddf2731d24f3a9266b841f9c8c4fc65fb9d Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 5 Jun 2022 14:57:32 -0500 Subject: [PATCH] Reply/new messages bar, uploads --- src/_chat.scss | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/_chat.scss b/src/_chat.scss index a5010c2..faf5df7 100644 --- a/src/_chat.scss +++ b/src/_chat.scss @@ -16,7 +16,17 @@ background: rgba(41, 38, 39, 0.276); backdrop-filter: blur(20px); border: 1px solid rgb(78, 78, 81); -} + } + .upload-vLbqu- { + background: rgba(8, 4, 5, 0.429); + border: 1px solid rgb(78, 78, 81); + } + .actionBar-1ozugS .wrapper-2vIMkT { + background: rgba(8, 4, 5, 0.429); + backdrop-filter: blur(3px); + border: 1px solid rgb(78, 78, 81); + border-radius: 50px; + } .autocompleteRowVerticalSmall-2rVED0 .base-2v-uc0:hover, .clickable-2V8YKY[aria-disabled=false]>.base-2v-uc0:hover { background-color: rgba(26, 127, 251, 0.612) !important; backdrop-filter: blur(10px); @@ -37,9 +47,10 @@ backdrop-filter: blur(10px); /* Reply Bar */ .replyBar-1oi75v, .jumpToPresentBar-1cEnH0 { background-color: rgba(26, 127, 251, 0.612) !important; -backdrop-filter: blur(10px); + backdrop-filter: blur(10px); border-radius: 50px; - margin-bottom: 2px; + padding-bottom: 1px; + margin-bottom: 12px; } .attachedBars-2BCP3l, .clipContainer-31nYlH, .container-A2jo65, .channelTextArea-1FufC0 { background: transparent; @@ -62,4 +73,4 @@ backdrop-filter: blur(10px); border: 1px solid rgb(78, 78, 81); border-radius: 5px; background: rgba(41, 38, 39, 0.276); -} \ No newline at end of file +}