Change min height of actor sheet

This commit is contained in:
Johannes Loher 2021-04-20 22:44:31 +02:00
parent db69a8f537
commit 65a79a351d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
.ds4.sheet.actor {
min-width: 650px;
min-height: 610px;
min-height: 620px;
}