mirror of https://github.com/mastodon/mastodon
Fix account header avatar border (#31373)
This commit is contained in:
parent
7365a13ee7
commit
fbdda9f6c1
|
@ -52,10 +52,6 @@ html {
|
||||||
color: darken($action-button-color, 25%);
|
color: darken($action-button-color, 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.account__header__bar .avatar .account__avatar {
|
|
||||||
border-color: $white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.getting-started__footer a {
|
.getting-started__footer a {
|
||||||
color: $ui-secondary-color;
|
color: $ui-secondary-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
@ -7970,7 +7970,8 @@ noscript {
|
||||||
|
|
||||||
.account__avatar {
|
.account__avatar {
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
border: 2px solid var(--background-border-color);
|
border: 1px solid var(--background-border-color);
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue