✨
This commit is contained in:
@@ -369,12 +369,14 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
11
pokemon.css
11
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;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.0.33",
|
||||
"version": "0.0.34",
|
||||
"id": "pokemon",
|
||||
"title": "Pokémon TTRPG",
|
||||
"description": "A Pokémon TTRPG",
|
||||
|
||||
BIN
system.zip
BIN
system.zip
Binary file not shown.
@@ -61,4 +61,6 @@
|
||||
</div>
|
||||
|
||||
<div class="horLine"></div>
|
||||
<div class="bgCurve1"></div>
|
||||
<div class="bgCurve2"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user