Merge pull request #56 from unrealkakeman89/cbnathanael

fixed character sheet image overflow
This commit is contained in:
CK 2020-12-01 09:27:48 -05:00 committed by GitHub
commit 756865a10c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,11 @@
grid-column-start: 1; grid-column-start: 1;
grid-row-start: 1; grid-row-start: 1;
grid-row-end: 4; grid-row-end: 4;
box-sizing: border-box;
border: none;
border-radius: 0;
max-width: 100%;
max-height: 100%;
} }
h1.character-name { h1.character-name {

View file

@ -745,6 +745,11 @@ input[type="reset"]:disabled {
grid-column-start: 1; grid-column-start: 1;
grid-row-start: 1; grid-row-start: 1;
grid-row-end: 4; grid-row-end: 4;
box-sizing: border-box;
border: none;
border-radius: 0;
max-width: 100%;
max-height: 100%;
} }
.sw5e.sheet.actor .swalt-sheet header h1.character-name { .sw5e.sheet.actor .swalt-sheet header h1.character-name {
grid-row: 1; grid-row: 1;