From 4347e392b5fe241d5413a9147ec7bfd3c06743b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Sat, 13 Apr 2024 01:06:44 +0200 Subject: [PATCH] Added seperator line between post content and post meta --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ff99a79..5a8b9fd 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu flex-flow: column; font-size: 13px; gap: 5px; + border-top: 1px solid var(--color-lines); + margin-top: 15px; + padding-top: 15px; } .app-body .detailed-status__meta__line { border-top: 0; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 3c3ac5b..174c6ce 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu flex-flow: column; font-size: 13px; gap: 5px; + border-top: 1px solid var(--color-lines); + margin-top: 15px; + padding-top: 15px; } .app-body .detailed-status__meta__line { border-top: 0; diff --git a/TangerineUI.css b/TangerineUI.css index e957949..9a6598e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu flex-flow: column; font-size: 13px; gap: 5px; + border-top: 1px solid var(--color-lines); + margin-top: 15px; + padding-top: 15px; } .app-body .detailed-status__meta__line { border-top: 0;