From 9c81c617a2ade2164b67eacd48e3faaae790965d Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 6 Mar 2023 04:18:53 +0100
Subject: [PATCH] Fix hiding left border around chat when chat is on the left
 side

---
 src/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.js b/src/main.js
index 5c13b13..97cff8c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -304,7 +304,7 @@ ${isChatLeft ? `@#css{{
     right: auto !important;
   }
 
-  ${rcol} .channel-root__right-column${wa} {
+  ${rcol} .channel-root__right-column${wa} > div {
     border-left: none !important;
     border-right: var(--border-width-default) solid var(--color-border-base) !important;
   }