add letter limit

This commit is contained in:
2023-04-01 21:41:38 +02:00
parent cd7d3a23e1
commit 6eb82d0a01
3 changed files with 42 additions and 24 deletions
+8 -1
View File
@@ -9,7 +9,7 @@
bottom: 0%;
}
#activepart{
.activepart{
width: fit-content;
margin: auto;
padding: auto;
@@ -70,4 +70,11 @@ th, td {
.itemstor > *{
margin: 16px;
}
#vzoritem{
bottom: 4%;
left: 4%;
position: absolute;
z-index: 2;
}