Rounded corners on profile fix (followings/followers lists)
This commit is contained in:
parent
950d50eb03
commit
2609e3162b
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue