fixed adaptation height in crash

This commit is contained in:
Kostya
2024-02-10 19:38:26 +03:00
parent 4b066ce30b
commit 2c928518a6

View File

@@ -384,7 +384,7 @@
}
}
@media screen and (max-height: 915px) and (min-height: 850px) {
@media screen and (max-height: 915px) and (min-height: 890px) {
.grid-crash .chat {
height: 100%;
}