From 73f582d6f9bd6d9a9dea6d74e9b99c5ca2e4583a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 30 Jan 2024 00:44:38 +0100 Subject: [PATCH] Removed border on last post in column --- TangerineUI-cherry.css | 1 - TangerineUI-purple.css | 1 - TangerineUI.css | 1 - 3 files changed, 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 2ac0c20..fb8ea43 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1968,7 +1968,6 @@ body.app-body { border-top: 1px solid var(--color-lines); } .app-body .scrollable > div:last-child > div:last-child > .status__wrapper, -.app-body .scrollable > div:last-child > .status__wrapper, .app-body .scrollable > div > article:last-child > div > .status__wrapper, .app-body .search-results__section > div:last-child >.status__wrapper { border-bottom: 1px solid var(--color-lines); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e81e1d6..e988ea9 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1968,7 +1968,6 @@ body.app-body { border-top: 1px solid var(--color-lines); } .app-body .scrollable > div:last-child > div:last-child > .status__wrapper, -.app-body .scrollable > div:last-child > .status__wrapper, .app-body .scrollable > div > article:last-child > div > .status__wrapper, .app-body .search-results__section > div:last-child >.status__wrapper { border-bottom: 1px solid var(--color-lines); diff --git a/TangerineUI.css b/TangerineUI.css index 285b7cf..bb52c18 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1968,7 +1968,6 @@ body.app-body { border-top: 1px solid var(--color-lines); } .app-body .scrollable > div:last-child > div:last-child > .status__wrapper, -.app-body .scrollable > div:last-child > .status__wrapper, .app-body .scrollable > div > article:last-child > div > .status__wrapper, .app-body .search-results__section > div:last-child >.status__wrapper { border-bottom: 1px solid var(--color-lines);