mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added adaption for height
This commit is contained in:
@@ -372,4 +372,65 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-height: 950px) and (min-height: 915px) {
|
||||||
|
.grid-crash .chat {
|
||||||
|
height: 92.5%;
|
||||||
|
}
|
||||||
|
.crash-game__players {
|
||||||
|
height: 85%;
|
||||||
|
}
|
||||||
|
.crash-game-players__content {
|
||||||
|
height: 85%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-height: 915px) and (min-height: 850px) {
|
||||||
|
.grid-crash .chat {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.chat__content--users {
|
||||||
|
height: 58vh;
|
||||||
|
}
|
||||||
|
.crash-game {
|
||||||
|
height: 40vh;
|
||||||
|
}
|
||||||
|
.crash-game__players {
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
|
.crash-game-players__content {
|
||||||
|
height: 87%;
|
||||||
|
}
|
||||||
|
.crash-game__graph {
|
||||||
|
height: 100px !important;
|
||||||
|
top: 200px;
|
||||||
|
}
|
||||||
|
#line-chart {
|
||||||
|
height: 300px !important;
|
||||||
|
}
|
||||||
|
.ratio {
|
||||||
|
top: -320px;
|
||||||
|
}
|
||||||
|
.time {
|
||||||
|
left: 40%;
|
||||||
|
}
|
||||||
|
.line-crash {
|
||||||
|
height: 366px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*.crash-game__graph {*/
|
||||||
|
/* width: 800px;*/
|
||||||
|
/* top: 200px;*/
|
||||||
|
/* left: 600px;*/
|
||||||
|
/* position: fixed;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
|
|
||||||
|
/*.chart-container canvas {*/
|
||||||
|
/* background-color: transparent !important;*/
|
||||||
|
/* width: 800px !important;*/
|
||||||
|
/* height: 400px !important;*/
|
||||||
|
/* transition: .3s ease;*/
|
||||||
|
/*}*/
|
||||||
|
|
||||||
/* /Media */
|
/* /Media */
|
||||||
Reference in New Issue
Block a user