forked from treehouse/mastodon
Fix border-radius of owner avatar in /about/more
parent
f53953d28a
commit
43cc79aaa0
|
@ -502,7 +502,7 @@ $small-breakpoint: 960px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
border-radius: 48px;
|
border-radius: $ui-avatar-border-size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue