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

@@ -191,4 +191,4 @@
.mention-message { .mention-message {
background-color: rgb(169, 113, 0); background-color: rgb(169, 113, 0);
} }

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;*/
@@ -433,4 +439,4 @@
/* transition: .3s ease;*/ /* transition: .3s ease;*/
/*}*/ /*}*/
/* /Media */ /* /Media */

View File

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