From 3866aea46fa859c4d12fe12e756822c073ee2e50 Mon Sep 17 00:00:00 2001 From: John Marlo Lapiz <91590512+lazuee@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:39:02 +0800 Subject: [PATCH] update --- 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; } } }