Skip to content

Commit

Permalink
Merge pull request #2608 from nohaibogdan1/fix/mobile-right-panel-iss…
Browse files Browse the repository at this point in the history
…ue-2145

Right panel buttons proper sizing on smaller screens, fixes #2145
  • Loading branch information
DreadKnight authored Aug 22, 2024
2 parents a69ef30 + 1e1314c commit da0598c
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions src/style/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -1970,11 +1970,6 @@ input {

/*------------------Interface-------------------*/
@media screen and (min-height: 200px) and (max-height: 479px) and (orientation: landscape) {
#ui {
#fullscreen {
transform: scale(0.55) translate(121px, -31px);
}
}
#queue {
transform: scale(0.55) translate(-335px, -40px);
}
Expand All @@ -1985,12 +1980,9 @@ input {
transform: scale(0.55) translate(-32px, -130px);
}
#rightpanel {
transform: scale(0.55) translate(48px, -212px);
transform: scale(0.55) translate(40px, -170px);
}
#playerbutton {
transform: scale(0.55) translate(39px, -39px);
}


#scoreboardTitle {
font-size: medium;
margin: 0px !important;
Expand Down Expand Up @@ -2024,19 +2016,11 @@ input {
#queue {
transform: scale(0.7) translate(-174px, -20px);
}
#ui {
#fullscreen {
transform: scale(0.7) translate(63px, -16px);
}
}
#playerbutton {
transform: scale(0.7) translate(20px, -20px);
}
#leftpanel {
transform: scale(0.7) translate(-16px, -68px);
}
#rightpanel {
transform: scale(0.7) translate(25px, -111px);
transform: scale(0.7) translate(22px, -89px);
}
#bottompanel {
transform: scale(0.7);
Expand Down

0 comments on commit da0598c

Please sign in to comment.