File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/src/assets/scss/components Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717 & :not (:first-child )::after {
1818 content : " " ;
1919 display : block ;
20- padding : 1px ;
2120 border-left : 1px solid var (--divider-color );
2221 left : 0 ;
2322 }
2423 }
2524
26- @media screen and (min-width : 768px ) and (max-width : 1023px ), screen and (min-width : 1440 px ) {
25+ @media screen and (min-width : 768px ) and (max-width : 799 px ), screen and ( min-width : 854 px ) and ( max-width : 1023px ), screen and (min-width : 1256 px ) {
2726 & :not (:first-child )::after {
2827 height : 70% ;
2928 position : absolute ;
3029 }
3130 }
3231
33- @media screen and (min-width : 1024px ) and (max-width : 1439 px ) {
32+ @media screen and (min-width : 800 px ) and ( max-width : 853 px ), screen and ( min-width : 1024px ) and (max-width : 1255 px ) {
3433 & :nth-child (2 )::after {
3534 height : 70% ;
3635 position : absolute ;
You can’t perform that action at this time.
0 commit comments