Added seperator line between post content and post meta

This commit is contained in:
Niléane 2024-04-13 01:06:44 +02:00
commit 4347e392b5
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
flex-flow: column; flex-flow: column;
font-size: 13px; font-size: 13px;
gap: 5px; gap: 5px;
border-top: 1px solid var(--color-lines);
margin-top: 15px;
padding-top: 15px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
border-top: 0; border-top: 0;

View file

@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
flex-flow: column; flex-flow: column;
font-size: 13px; font-size: 13px;
gap: 5px; gap: 5px;
border-top: 1px solid var(--color-lines);
margin-top: 15px;
padding-top: 15px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
border-top: 0; border-top: 0;

View file

@ -2545,6 +2545,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
flex-flow: column; flex-flow: column;
font-size: 13px; font-size: 13px;
gap: 5px; gap: 5px;
border-top: 1px solid var(--color-lines);
margin-top: 15px;
padding-top: 15px;
} }
.app-body .detailed-status__meta__line { .app-body .detailed-status__meta__line {
border-top: 0; border-top: 0;