mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 00:46:12 +00:00
Merge pull request #370 from KnzkDev/fix/border-radius
Fix border-radius of owner avatar in /about/more
This commit is contained in:
commit
a3c794d5d6
|
@ -502,7 +502,7 @@ $small-breakpoint: 960px;
|
|||
display: block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
border-radius: 48px;
|
||||
border-radius: $ui-avatar-border-size;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue