Browse Source
Merge pull request #370 from KnzkDev/fix/border-radius
Fix border-radius of owner avatar in /about/more
closed-social-glitch-2
David Yip
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/javascript/flavours/glitch/styles/about.scss
|
|
@ -502,7 +502,7 @@ $small-breakpoint: 960px; |
|
|
|
display: block; |
|
|
|
width: 80px; |
|
|
|
height: 80px; |
|
|
|
border-radius: 48px; |
|
|
|
border-radius: $ui-avatar-border-size; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|