From e9b50a95ebcd49cb16cec8d81db098adf015f424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 13 Mar 2024 13:22:52 +0100 Subject: [PATCH] Fixed unwanted border aroound accound cards --- 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 faef0ec..11afedf 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0; background-color: var(--color-content-bg); border-radius: 0; + border: 0; border-bottom: 1px solid var(--color-lines); } .app-body .account-card__header { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index fc8eea7..474bcdb 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0; background-color: var(--color-content-bg); border-radius: 0; + border: 0; border-bottom: 1px solid var(--color-lines); } .app-body .account-card__header { diff --git a/TangerineUI.css b/TangerineUI.css index 3042156..356784d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0; background-color: var(--color-content-bg); border-radius: 0; + border: 0; border-bottom: 1px solid var(--color-lines); } .app-body .account-card__header {