1
0
mirror of https://github.com/chylex/Transparent-Twitch-Chat.git synced 2025-04-25 11:15:47 +02:00

Fix hiding left border around chat when chat is on the left side

This commit is contained in:
chylex 2023-03-06 04:18:53 +01:00
parent f421a27803
commit 9c81c617a2
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -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;
}