Fix frontend part

This commit is contained in:
Hepatica
2024-03-03 05:15:13 +01:00
parent 82b963e203
commit 2ffb2e2dcc
8 changed files with 90 additions and 33 deletions

View File

@@ -86,7 +86,13 @@ margin-top: 3.5px;
display: flex;
justify-content: space-around;
align-content: center;
margin-top: 40px;
margin-top: 3vh;
}
@media (max-height: 879px) {
.Social1where {
margin-top: 0;
}
}
.questions_box {
margin-bottom: 24px;

View File

@@ -106,8 +106,8 @@
}
.padding-elements-jackpot {
padding-left: 5%;
padding-right: 5%;
padding-left: 1vh;
padding-right: 1vh;
}
.jackpot-start__btns {

View File

@@ -136,9 +136,22 @@
display: flex;
}
#diamonds-input-saper {
width: 37vh;
height: 4vh;
}
@media (max-width: 1630px) {
#diamonds-input-saper {
width: 30vh !important;
}
}
#diamonds-input {
width: 347px;
height: 38px;
/* width: 347px;
height: 38px; */
width: 37vh;
height: 4vh;
}
.diamonds h3 {
@@ -469,9 +482,11 @@
.saper-game__content {
width: auto;
}
.error-block {
top: 425px;
}
.saper-start {
width: 30%;
height: 500px;
@@ -519,12 +534,15 @@
.btns-style__steps button {
padding: 6px 9px;
}
.emeralds-bg {
top: -23%;
}
.crystals-bg {
top: -21%;
}
.card-info img {
width: 100%;
}
@@ -550,9 +568,11 @@
.bg-two {
left: 300px;
}
.error-block {
top: 410px;
}
.saper-game__content {
width: auto;
}
@@ -624,12 +644,15 @@
.btns-style__steps button {
padding: 6px 4px;
}
.emeralds-bg {
top: -24%;
}
.crystals-bg {
top: -22%;
}
.card-info img {
width: 100%;
}

View File

@@ -218,7 +218,19 @@
.line__btn--elm {
color: #000;
font-size: 38px;
font-size: 38px ;
}
.line__btn--elm--saper {
color: #000;
font-size: 4vh !important;
}
@media (max-width: 1565px) {
.line__btn--elm--saper {
font-size: 2vh !important;
display: none;
}
}
.linecontent-2 {
@@ -289,6 +301,12 @@
/* Media */
@media (max-width: 1586px) {
#diamonds-input-saper {
width: 30vh !important;
}
}
@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) {
.header__auth--discord {
width: 14%;
@@ -320,7 +338,9 @@
}
.line__content .line__btn--main .line__btn {
left: 0;
top: -.4em;
top: 2vh;
/* top: -.4em; */
/* top: top: 2vh;; */
}
.line__img {
margin: 1% -8% 0 30%;

View File

@@ -159,8 +159,8 @@ button {
background: #16171B;
filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
border-radius: 15px;
/* border-radius: 1.25rem; */
height: 100%;
/* height: 100%; */
height: 86vh;
position: relative;
z-index: 3;
@@ -278,7 +278,8 @@ button {
.help {
grid-area: help;
display: flex;
height:99%;
/* height:99%; */
height:86vh;
border-radius: 3.125rem;
background: #17181C;
box-shadow: 0.25rem 0.25rem 0.25rem 0px rgba(0, 0, 0, 0.25);