From 5e2af3b6f21f6143221ec2b6cc7aa86945b5c1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 27 Feb 2024 23:57:34 +0100 Subject: [PATCH] Restore seperator between account lines --- TangerineUI-cherry.css | 6 +++++- TangerineUI-purple.css | 6 +++++- TangerineUI.css | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 3566676..6a04c32 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1319,6 +1319,7 @@ body.app-body { padding-top: 0; border-left: 0; border-right: 0; + border-bottom: 0; } .app-body .navigation-bar .account__display-name { line-height: 20px; @@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account { background-color: var(--color-content-bg); - border-bottom: 0; + border-bottom: 2px solid var(--color-content-secondary-bg); padding-left: 22px; padding-top: 4px; } +.app-body .notification .account { + border-bottom: 0; +} .app-body .explore__search-results .account { padding-top: 16px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c8f55fb..79f04f7 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1319,6 +1319,7 @@ body.app-body { padding-top: 0; border-left: 0; border-right: 0; + border-bottom: 0; } .app-body .navigation-bar .account__display-name { line-height: 20px; @@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account { background-color: var(--color-content-bg); - border-bottom: 0; + border-bottom: 2px solid var(--color-content-secondary-bg); padding-left: 22px; padding-top: 4px; } +.app-body .notification .account { + border-bottom: 0; +} .app-body .explore__search-results .account { padding-top: 16px; } diff --git a/TangerineUI.css b/TangerineUI.css index 4c26588..89de052 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1319,6 +1319,7 @@ body.app-body { padding-top: 0; border-left: 0; border-right: 0; + border-bottom: 0; } .app-body .navigation-bar .account__display-name { line-height: 20px; @@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account { background-color: var(--color-content-bg); - border-bottom: 0; + border-bottom: 2px solid var(--color-content-secondary-bg); padding-left: 22px; padding-top: 4px; } +.app-body .notification .account { + border-bottom: 0; +} .app-body .explore__search-results .account { padding-top: 16px; }