diff --git a/less/character-sheet.less b/less/character-sheet.less index 6ea7e91..7cfa824 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -175,8 +175,8 @@ } .screen { - height: 95px; - width: 174px; + height: 110px; + width: 140px; margin-top: 20px; margin-bottom: 9px; @@ -188,11 +188,15 @@ -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; + + display: flex; + align-items: center; + justify-content: center; } .charImg { max-height: 95px; - max-width: 174px; + max-width: 125px; height: auto; width: auto; } diff --git a/pokemon.css b/pokemon.css index b0ec953..943c58f 100644 --- a/pokemon.css +++ b/pokemon.css @@ -148,8 +148,8 @@ left: 20px; } .pokemon.sheet.characterSheet .screen { - height: 95px; - width: 174px; + height: 110px; + width: 140px; margin-top: 20px; margin-bottom: 9px; background-color: #fff; @@ -159,10 +159,13 @@ -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; + display: flex; + align-items: center; + justify-content: center; } .pokemon.sheet.characterSheet .charImg { max-height: 95px; - max-width: 174px; + max-width: 125px; height: auto; width: auto; } diff --git a/system.zip b/system.zip index d455583..5241307 100644 Binary files a/system.zip and b/system.zip differ diff --git a/templates/sheets/character/sidebar.hbs b/templates/sheets/character/sidebar.hbs index dd48165..f0116e2 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -1,5 +1,5 @@