Merge pull request #5 from VINI1520/patch-4

Fix width size for character at character.less
This commit is contained in:
CK 2020-07-06 14:34:41 -04:00 committed by GitHub
commit b0171a80ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
/* Basic Structure */
/* ----------------------------------------- */
.sw5e.sheet.actor.character {
min-width: 672px;
min-width: 680px;
min-height: 736px;
/* ----------------------------------------- */
@ -247,4 +247,4 @@
}
}
}
}
}