From 4bb6f38283f4e6775cb4e65bfd2f389978aadd48 Mon Sep 17 00:00:00 2001 From: lazuee <91590512+lazuee@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:39:17 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20lazuee/c?= =?UTF-8?q?ss-snippets@3866aea46fa859c4d12fe12e756822c073ee2e50=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- discord/themes/redesign/import.css | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/discord/themes/redesign/import.css b/discord/themes/redesign/import.css index 18d6522..dcef7fe 100644 --- a/discord/themes/redesign/import.css +++ b/discord/themes/redesign/import.css @@ -233,34 +233,27 @@ html { } div[class*="channelBottomBarArea_"] { + background: var(--bg-overlay-3, var(--channeltextarea-background)); display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr auto; >div[class*="channelAppLauncher_"] { margin: 0; - height: 100%; + height: 53px; display: flex; flex: 1 1 auto; - &:before { - position: absolute; - z-index: 2; - content: ""; - height: 100%; - width: 1px; - left: 0; - top: 0; - background-color: var(--border-subtle); - } - >div { margin: 0; + margin-right: 16px; >button { height: 100%; + display: flex; + width: 32px; + justify-content: start; border-radius: 0; - padding: 0 12px; } } }