0
0
Fork 0

Fix mascot being too large, and a code style issue (#13002)

This commit is contained in:
Eugen Rochko 2020-01-29 16:18:33 +01:00 committed by GitHub
parent 60e160a02d
commit bba0269d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -2522,7 +2522,7 @@ a.account__display-name {
display: block;
object-fit: contain;
object-position: bottom left;
width: 100%;
width: 85%;
height: 100%;
pointer-events: none;
user-drag: none;