Skip to content

Commit

Permalink
remove useless UI width breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanage999 committed May 2, 2024
1 parent 9bd4923 commit 00c2582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body,
background: rgba(darken($ui-base-color, 15%), 0.7);
}

@media screen and (min-width: $no-gap-breakpoint) {
@media screen and (width >= 630px) {

body,
.tabs-bar__wrapper {
Expand Down

0 comments on commit 00c2582

Please sign in to comment.