This commit is contained in:
2025-08-03 16:12:01 +02:00
parent 156b43ab44
commit 789407988b
5 changed files with 17 additions and 12 deletions

View File

@@ -368,13 +368,15 @@
} }
.item.active:after { .item.active:after {
content: ""; content: "";
border-top: 30px solid #b0b0b0; height: 35px;
border-left: 30px solid #c00d0d;
height: 0;
float: left; float: left;
position: absolute; position: relative;
left: 0px; left: 0px;
bottom: 0px top: -35px;
width: 45px;
background-color: #0006;
border-radius: 10px;
} }
} }

View File

@@ -306,11 +306,12 @@
} }
.pokemon.sheet.characterSheet .item.active:after { .pokemon.sheet.characterSheet .item.active:after {
content: ""; content: "";
border-top: 30px solid #b0b0b0; height: 35px;
border-left: 30px solid #c00d0d;
height: 0;
float: left; float: left;
position: absolute; position: relative;
left: 0px; left: 0px;
bottom: 0px; top: -35px;
width: 45px;
background-color: #0006;
border-radius: 10px;
} }

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.0.33", "version": "0.0.34",
"id": "pokemon", "id": "pokemon",
"title": "Pokémon TTRPG", "title": "Pokémon TTRPG",
"description": "A Pokémon TTRPG", "description": "A Pokémon TTRPG",

Binary file not shown.

View File

@@ -61,4 +61,6 @@
</div> </div>
<div class="horLine"></div> <div class="horLine"></div>
<div class="bgCurve1"></div>
<div class="bgCurve2"></div>
</div> </div>