diff --git a/less/character-sheet.less b/less/character-sheet.less index 1ff964f..3507b83 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -349,7 +349,6 @@ width : 45px; background-color: #003300; float: left; - margin-right: 7px; text-align: center; border-radius: 10px; @@ -368,7 +367,7 @@ -o-box-shadow: -1px 2px #001c91; } - a .active:after { + .item.active:after { content: ""; border-top: 30px solid #b0b0b0; border-left: 30px solid #c00d0d; diff --git a/pokemon.css b/pokemon.css index 1e47539..a02c6f1 100644 --- a/pokemon.css +++ b/pokemon.css @@ -290,7 +290,6 @@ width: 45px; background-color: #003300; float: left; - margin-right: 7px; text-align: center; border-radius: 10px; -webkit-border-radius: 10px; @@ -305,7 +304,7 @@ -moz-box-shadow: -1px 2px #001c91; -o-box-shadow: -1px 2px #001c91; } -.pokemon.sheet.characterSheet a .active:after { +.pokemon.sheet.characterSheet .item.active:after { content: ""; border-top: 30px solid #b0b0b0; border-left: 30px solid #c00d0d; diff --git a/system.json b/system.json index c2a7426..ed6a465 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.32", + "version": "0.0.33", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index c4d00ed..5c027d8 100644 Binary files a/system.zip and b/system.zip differ