Skip to content

Commit

Permalink
Fix main-select style
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 20, 2024
1 parent 3165586 commit 0088d38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/standard-assets/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
cursor: pointer;
}

/* Main score select */
.main-score-select {
margin: 10px 17px -7px 17px;
width: calc(100% - 37.5px);
}

@media screen and (max-width: 521px) {
.standard-select {
.main-score-select {
margin-bottom: -25px;
width: 352px;
}
}

@media screen and (max-width: 428px) {
.standard-select {
.main-score-select {
margin-bottom: -20px;
width: 325px;
}
Expand Down

0 comments on commit 0088d38

Please sign in to comment.