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:
parent
950d50eb03
commit
2609e3162b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user