mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 09:12:19 +00:00
Modify profile directory page image borders (#31391)
This commit is contained in:
parent
a1ddaa9ee9
commit
9194197de5
|
@ -7372,9 +7372,18 @@ a.status-card {
|
|||
}
|
||||
|
||||
.scrollable .account-card__title__avatar {
|
||||
img,
|
||||
img {
|
||||
border: 2px solid var(--background-color);
|
||||
}
|
||||
|
||||
.account__avatar {
|
||||
border-color: lighten($ui-base-color, 8%);
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.scrollable .account-card__header {
|
||||
img {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue