mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-20 14:42:58 -05:00
[Glitch] Fix account header avatar border
Port fbdda9f6c18fbd282fe7f3a2dba90ed8ec65e0b6 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
47df10e9ed
commit
61b2139267
@ -8521,7 +8521,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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user