File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ i.open-network-button {
658
658
}
659
659
660
660
/* responsive grid */
661
- @media (min- width: 500px ) and (max- width: 720px ) {
661
+ @media (width > = 500px) and (width < = 720px) {
662
662
# new-server-container {
663
663
padding-left : 0 ;
664
664
width : 60vw ;
@@ -670,7 +670,7 @@ i.open-network-button {
670
670
}
671
671
}
672
672
673
- @media (max- width: 500px ) {
673
+ @media (width < = 500px) {
674
674
# new-server-container {
675
675
padding-left : 0 ;
676
676
width : 54% ;
@@ -681,7 +681,7 @@ i.open-network-button {
681
681
}
682
682
}
683
683
684
- @media (max- width: 650px ) {
684
+ @media (width < = 650px) {
685
685
.selected-css-path ,
686
686
.download-folder-path {
687
687
margin-right : 15px ;
@@ -696,7 +696,7 @@ i.open-network-button {
696
696
}
697
697
}
698
698
699
- @media (max- width: 720px ) {
699
+ @media (width < = 720px) {
700
700
.modal-container {
701
701
width : 60vw ;
702
702
padding : 40px ;
@@ -719,7 +719,7 @@ i.open-network-button {
719
719
}
720
720
}
721
721
722
- @media (max- width: 600px ) {
722
+ @media (width < = 600px) {
723
723
.divider {
724
724
margin-left : 4% ;
725
725
}
@@ -731,7 +731,7 @@ i.open-network-button {
731
731
}
732
732
}
733
733
734
- @media (max- width: 900px ) {
734
+ @media (width < = 900px) {
735
735
.settings-card {
736
736
flex-direction : column;
737
737
align-items : center;
You can’t perform that action at this time.
0 commit comments