unwanted divider on profiles

This commit is contained in:
Niléane 2023-07-12 01:00:32 +02:00
parent e7fbb5b848
commit 21cbffd6b9
No known key found for this signature in database

View file

@ -619,6 +619,7 @@ body.layout-single-column {
/* Removing border between posts when applicable */
.layout-single-column .notification .status__wrapper::before,
.layout-single-column .status__wrapper:has(.status--first-in-thread)::before,
.layout-single-column .account-timeline__header + article .status__wrapper::before,
.layout-single-column .scrollable > div:first-child > .status__wrapper::before,
.layout-single-column .scrollable > div:first-child > div:first-child .status__wrapper::before, /* backwards compatibility with 4.1.* */
.layout-single-column .scrollable > div:has(.detailed-status) + div > .status__wrapper::before,