diff --git a/less/character-sheet.less b/less/character-sheet.less index 53f6716..6ea7e91 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -158,6 +158,10 @@ -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; + + position: absolute; + bottom: 0; + left: 0; } .imgBox:after { @@ -168,17 +172,11 @@ float: left; position: absolute; left: 20px; - - position: absolute; - bottom: 0; - left: 0; } - .charImg { - max-height: 95px; - max-width: 174px; - height: auto; - width: auto; + .screen { + height: 95px; + width: 174px; margin-top: 20px; margin-bottom: 9px; @@ -191,4 +189,11 @@ -moz-border-radius: 15px; -o-border-radius: 15px; } + + .charImg { + max-height: 95px; + max-width: 174px; + height: auto; + width: auto; + } } \ No newline at end of file diff --git a/pokemon.css b/pokemon.css index fb2a91d..b0ec953 100644 --- a/pokemon.css +++ b/pokemon.css @@ -134,6 +134,9 @@ -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; + position: absolute; + bottom: 0; + left: 0; } .pokemon.sheet.characterSheet .imgBox:after { content: ""; @@ -141,16 +144,12 @@ border-left: 40px solid #c00d0d; height: 0; float: left; - left: 20px; position: absolute; - bottom: 0; - left: 0; + left: 20px; } -.pokemon.sheet.characterSheet .charImg { - max-height: 95px; - max-width: 174px; - height: auto; - width: auto; +.pokemon.sheet.characterSheet .screen { + height: 95px; + width: 174px; margin-top: 20px; margin-bottom: 9px; background-color: #fff; @@ -161,3 +160,9 @@ -moz-border-radius: 15px; -o-border-radius: 15px; } +.pokemon.sheet.characterSheet .charImg { + max-height: 95px; + max-width: 174px; + height: auto; + width: auto; +} diff --git a/system.json b/system.json index 51a64b9..7f5d59f 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.21", + "version": "0.0.22", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 4543869..d455583 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 4f0c35b..dd48165 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -6,7 +6,9 @@
-