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;