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 {
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;
}
}