fix(character): fix equipment slot icons size on mobile (#4)

This commit is contained in:
Axel Cocat 2022-03-20 21:02:17 +01:00 committed by GitHub
parent 2d672fd5ed
commit af497b7ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
position: absolute; position: absolute;
background-repeat: no-repeat; background-repeat: no-repeat;
z-index: 1; z-index: 1;
background-size: 36px;
} }
.iconlarge { .iconlarge {