forked from GitHub-Mirrors/foundry-sw5e
fixed character sheet image overflow
This commit is contained in:
parent
b621ba27d3
commit
e481098c98
2 changed files with 10 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
|||
grid-column-start: 1;
|
||||
grid-row-start: 1;
|
||||
grid-row-end: 4;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
h1.character-name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue