From 2586adf900bf373639c40e7c5b123c8ba5338ecc Mon Sep 17 00:00:00 2001 From: Gibbu Date: Tue, 17 Oct 2023 10:24:52 +1100 Subject: [PATCH] Other fixes --- src/theme/app/_app.scss | 4 ++-- src/theme/app/_scrollbars.scss | 2 +- src/theme/betterdiscord/plugins/_channeldms.scss | 2 +- src/theme/betterdiscord/plugins/_membercount.scss | 2 +- src/theme/chat/_threadsidebar.scss | 2 +- src/theme/sidebar/_panels.scss | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/theme/app/_app.scss b/src/theme/app/_app.scss index 7341825..d753284 100644 --- a/src/theme/app/_app.scss +++ b/src/theme/app/_app.scss @@ -20,7 +20,7 @@ body, } // Remove wack ass box shadow from chat -.content-1jQy2l::before { +.content-18rAwf::before { content: none; } @@ -36,7 +36,7 @@ html.theme-light { padding: 16px; color: #fff; } - .container-YkUktl { + .container-1CH86i { bottom: 81px !important; } } diff --git a/src/theme/app/_scrollbars.scss b/src/theme/app/_scrollbars.scss index e084f9a..9afb604 100644 --- a/src/theme/app/_scrollbars.scss +++ b/src/theme/app/_scrollbars.scss @@ -1,4 +1,4 @@ -.members-3WRCEx, +.members-2y1nVj, .peopleList-2VBrVI, .sidebarRegionScroller-FXiQOh, .contentRegionScroller-2_GT_N, diff --git a/src/theme/betterdiscord/plugins/_channeldms.scss b/src/theme/betterdiscord/plugins/_channeldms.scss index e89e72d..2613854 100644 --- a/src/theme/betterdiscord/plugins/_channeldms.scss +++ b/src/theme/betterdiscord/plugins/_channeldms.scss @@ -39,7 +39,7 @@ border: 1px solid var(--border); border-radius: 0; width: var(--channeldms-popout-width); - .chatContent-3KubbW { + .chatContent-2O4SXb { margin-top: -48px; height: 609px; } diff --git a/src/theme/betterdiscord/plugins/_membercount.scss b/src/theme/betterdiscord/plugins/_membercount.scss index f0abe2f..abc2016 100644 --- a/src/theme/betterdiscord/plugins/_membercount.scss +++ b/src/theme/betterdiscord/plugins/_membercount.scss @@ -1,5 +1,5 @@ #app-mount { - .membersWrap-3NUR2t.hasCounter .members-3WRCEx { + .membersWrap-3NUR2t.hasCounter .members-2y1nVj { margin-top: 0; padding-top: 48px; } diff --git a/src/theme/chat/_threadsidebar.scss b/src/theme/chat/_threadsidebar.scss index d8ac6ce..071944d 100644 --- a/src/theme/chat/_threadsidebar.scss +++ b/src/theme/chat/_threadsidebar.scss @@ -5,7 +5,7 @@ .container-3XgAHv { border-radius: 0; } - .chatContent-3KubbW { + .chatContent-2O4SXb { border-radius: 0; margin: 0; background: var(--bg-primary); diff --git a/src/theme/sidebar/_panels.scss b/src/theme/sidebar/_panels.scss index bfbfe73..ece4931 100644 --- a/src/theme/sidebar/_panels.scss +++ b/src/theme/sidebar/_panels.scss @@ -73,7 +73,7 @@ } // User area - .container-YkUktl { + .container-1CH86i { background: transparent; padding: 0 16px; height: 64px;