pravkiend 29.06

This commit is contained in:
egortriston
2025-06-29 03:20:45 +03:00
parent f6cc95e714
commit d4ba549a81
5 changed files with 85 additions and 29 deletions

View File

@ -387,13 +387,12 @@ input.input-receiver:focus {
}
.knotin {
height: 100%;
max-width: 100%;
display: flex;
align-items: stretch;
}
.knotin img {
height: 100%;
width: auto;
max-width: 100%;
object-fit: contain; /* или cover */
}
@ -419,4 +418,14 @@ input#VinSearchInput {
text-overflow: ellipsis;
display: block;
max-width: 90%;
}
.text-block-55 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-height: 2.8em;
line-height: 1.4em;
}