File tree 2 files changed +7
-7
lines changed
src/client/theme-default/components
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ function formMarkRegex(terms: Set<string>) {
668
668
border-radius : 6px ;
669
669
}
670
670
671
- @media (max-width : 768 px ) {
671
+ @media (max-width : 767 px ) {
672
672
.shell {
673
673
margin : 0 ;
674
674
width : 100vw ;
@@ -687,7 +687,7 @@ function formMarkRegex(terms: Set<string>) {
687
687
cursor : text ;
688
688
}
689
689
690
- @media (max-width : 768 px ) {
690
+ @media (max-width : 767 px ) {
691
691
.search-bar {
692
692
padding : 0 8px ;
693
693
}
@@ -701,7 +701,7 @@ function formMarkRegex(terms: Set<string>) {
701
701
margin : 8px ;
702
702
}
703
703
704
- @media (max-width : 768 px ) {
704
+ @media (max-width : 767 px ) {
705
705
.search-icon {
706
706
display : none ;
707
707
}
@@ -713,7 +713,7 @@ function formMarkRegex(terms: Set<string>) {
713
713
width : 100% ;
714
714
}
715
715
716
- @media (max-width : 768 px ) {
716
+ @media (max-width : 767 px ) {
717
717
.search-input {
718
718
padding : 6px 4px ;
719
719
}
@@ -764,7 +764,7 @@ function formMarkRegex(terms: Set<string>) {
764
764
gap : 4px ;
765
765
}
766
766
767
- @media (max-width : 768 px ) {
767
+ @media (max-width : 767 px ) {
768
768
.search-keyboard-shortcuts {
769
769
display : none ;
770
770
}
@@ -808,7 +808,7 @@ function formMarkRegex(terms: Set<string>) {
808
808
overflow : hidden ;
809
809
}
810
810
811
- @media (max-width : 768 px ) {
811
+ @media (max-width : 767 px ) {
812
812
.result > div {
813
813
margin : 8px ;
814
814
}
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ const classes = computed(() => ({
169
169
}
170
170
}
171
171
172
- @media (max-width : 768 px ) {
172
+ @media (max-width : 767 px ) {
173
173
.content-body {
174
174
column-gap : 0.5rem ;
175
175
}
You can’t perform that action at this time.
0 commit comments