creating threads

This commit is contained in:
2025-07-01 14:14:29 +03:00
parent c7fb6784c4
commit 604f9d6aba
9 changed files with 165 additions and 10 deletions

View File

@ -467,6 +467,10 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
height: 50%;
width: 50%;
}
.contain-svg.full > svg, .contain-svg img {
height: 100%;
width: 100%;
}
.block-img {
object-fit: contain;