1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2025-01-19 16:22:49 +09:00

Rounded corners on profile fix (followings/followers lists)

This commit is contained in:
Niléane 2023-07-12 16:39:32 +02:00
parent 950d50eb03
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 { .layout-single-column .account__header__bio .account__header__fields .verified:last-child {
border-bottom: 0; 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; border-radius: 7px 7px 0 0;
} }