Rounded corners on profile fix (followings/followers lists)

This commit is contained in:
Niléane 2023-07-12 16:39:32 +02:00
commit 2609e3162b
No known key found for this signature in database

View file

@ -1503,7 +1503,8 @@ body.layout-single-column {
.layout-single-column .account__header__bio .account__header__fields .verified:last-child {
border-bottom: 0;
}
.layout-single-column .account-timeline__header + article .status__wrapper {
.layout-single-column .account-timeline__header + article .status__wrapper,
.layout-single-column .account-timeline__header + article .account { /* rounded corners on first post below account header + on first account in followings/followers list */
border-radius: 7px 7px 0 0;
}