File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -128,17 +128,20 @@ a:hover {
128128 filter : brightness (1.5 );
129129}
130130.rule-name {
131+ flex : 0 1 auto ;
131132 font-weight : 600 ;
132133 display : flex ;
133134 align-items : center ;
134135 gap : 5px ;
136+ max-width : 100% ;
135137}
136138.logo {
137139 height : 18px ;
138140 display : inline ;
139141}
140142.playground {
141143 font-size : 0.8em ;
144+ white-space : nowrap ;
142145}
143146.rule-item {
144147 border : 1px solid var (--vp-c-divider );
@@ -164,7 +167,19 @@ a:hover {
164167}
165168
166169.rule-details > div {
167- flex : 1 ;
170+ flex : 1 0 30% ;
171+ }
172+
173+ @media only screen and (max-width : 640px ) {
174+ .rule-item {
175+ margin : 0 -24px ;
176+ border-radius : 0 ;
177+ border-width : 0 ;
178+ border-bottom-width : 1px ;
179+ }
180+ .rule-item :first-child {
181+ border-top-width : 1px ;
182+ }
168183}
169184
170185.used {
You can’t perform that action at this time.
0 commit comments