Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 72da7d3

Browse files
committed
making sure the MQs item is hidden on smaller screens
1 parent 0b213ca commit 72da7d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/styleguide/css/styleguide.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@
284284
border: 0;
285285
border-left: 1px solid rgba(255, 255, 255, 0.05); } }
286286

287-
.sg-find {
287+
.sg-find, .sg-mqs {
288288
display: none;
289289
}
290290

291291
@media all and (min-width: 48em) {
292-
.sg-find {
292+
.sg-find, .sg-mqs {
293293
display: block;
294294
}
295295
}

core/templates/partials/ishControls.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ul>
2121
</li>
2222
{{^ ishControlsHide.mqs }}
23-
<li class="sg-half">
23+
<li class="sg-mqs">
2424
<a href="#" class="mode-link sg-acc-handle" id="sg-size-mq" title="Media query values found in stylesheet">MQ</a>
2525
<ul class="sg-acc-panel sg-left" id="sg-mq">
2626
{{# mqs }}

0 commit comments

Comments
 (0)