diff --git a/less/character-sheet.less b/less/character-sheet.less index 3507b83..f181f2d 100644 --- a/less/character-sheet.less +++ b/less/character-sheet.less @@ -368,13 +368,15 @@ } .item.active:after { - content: ""; - border-top: 30px solid #b0b0b0; - border-left: 30px solid #c00d0d; - height: 0; + content: ""; + height: 35px; float: left; - position: absolute; + position: relative; left: 0px; - bottom: 0px + top: -35px; + width: 45px; + background-color: #0006; + border-radius: 10px; } + } diff --git a/pokemon.css b/pokemon.css index a02c6f1..76bb4a4 100644 --- a/pokemon.css +++ b/pokemon.css @@ -306,11 +306,12 @@ } .pokemon.sheet.characterSheet .item.active:after { content: ""; - border-top: 30px solid #b0b0b0; - border-left: 30px solid #c00d0d; - height: 0; + height: 35px; float: left; - position: absolute; + position: relative; left: 0px; - bottom: 0px; + top: -35px; + width: 45px; + background-color: #0006; + border-radius: 10px; } diff --git a/system.json b/system.json index ed6a465..66ea96e 100644 --- a/system.json +++ b/system.json @@ -1,5 +1,5 @@ { - "version": "0.0.33", + "version": "0.0.34", "id": "pokemon", "title": "Pokémon TTRPG", "description": "A Pokémon TTRPG", diff --git a/system.zip b/system.zip index 5c027d8..0f4b3c5 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 25c06bd..17dbda2 100644 --- a/templates/sheets/character/sidebar.hbs +++ b/templates/sheets/character/sidebar.hbs @@ -61,4 +61,6 @@
+ + \ No newline at end of file