From ffeacea48bdc72467f9fdb3580a0c80ceb92db45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 1 Dec 2023 20:16:32 +0100 Subject: [PATCH] Disable .scrollable border to prevent double-border when used on top of Mastodon's default light theme --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 15a913d..6ecbe63 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -326,6 +326,7 @@ body.app-body { max-height: max-content; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; + border: 0; } .app-body .dismissable-banner + .scrollable { border-top-left-radius: 0; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index f55fcbf..91171a2 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -325,6 +325,7 @@ body.app-body { max-height: max-content; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; + border: 0; } .app-body .dismissable-banner + .scrollable { border-top-left-radius: 0; diff --git a/TangerineUI.css b/TangerineUI.css index 7361c0d..2da98b1 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -325,6 +325,7 @@ body.app-body { max-height: max-content; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; + border: 0; } .app-body .dismissable-banner + .scrollable { border-top-left-radius: 0;