mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-01-03 02:56:45 +00:00
Fix border-radius of owner avatar in /about/more
This commit is contained in:
parent
f53953d28a
commit
43cc79aaa0
|
@ -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