This commit is contained in:
Kostya
2024-02-10 20:17:42 +03:00
3 changed files with 15 additions and 3 deletions

View File

@@ -418,6 +418,12 @@
} }
}} }}
@media screen and (min-height: 950px) {
.chat {
height: 88vh !important;
}
}
/*.crash-game__graph {*/ /*.crash-game__graph {*/
/* width: 800px;*/ /* width: 800px;*/
/* top: 200px;*/ /* top: 200px;*/

View File

@@ -377,4 +377,10 @@
} }
} }
@media screen and (min-height: 910px) {
.chat {
height: 87vh !important;
}
}
/* /Media */ /* /Media */