From d69b7da3ca20bbe3adbfc7f9413a6ef749f4bd66 Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:42:55 -0600 Subject: [PATCH] fix (#30450) --- plugins/chat/assets/stylesheets/desktop/base-desktop.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/chat/assets/stylesheets/desktop/base-desktop.scss b/plugins/chat/assets/stylesheets/desktop/base-desktop.scss index 78f74b6a903..c4a3351fe34 100644 --- a/plugins/chat/assets/stylesheets/desktop/base-desktop.scss +++ b/plugins/chat/assets/stylesheets/desktop/base-desktop.scss @@ -6,9 +6,6 @@ &.full-page-chat-sidebar-enabled { grid-template-columns: 1fr; overflow: inherit; - .chat-channel { - border-radius: var(--full-page-border-radius); - } } .chat-channel {