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 {