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

Commit ccacf99

Browse files
committed
the MQ menu now lines up properly
1 parent 5cf9d92 commit ccacf99

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

core/templates/partials/ishControls.mustache

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
{{^ ishControlsHide.random }}<li class="sg-half"><a href="#" id="sg-size-random">Random</a></li>{{/ ishControlsHide.random }}
1818
{{^ ishControlsHide.disco }}<li class="sg-half"><a href="#" class="mode-link" id="sg-size-disco">Disco</a></li>{{/ ishControlsHide.disco }}
1919
{{^ ishControlsHide.hay }}<li class="sg-half"><a href="#" class="mode-link" id="sg-size-hay">Hay!</a></li>{{/ ishControlsHide.hay }}
20-
{{^ ishControlsHide.mqs }}
21-
<li class="sg-half">
22-
<a href="#" class="mode-link sg-acc-handle" id="sg-size-mq" title="Media query values found in stylesheet">MQ</a>
23-
<ul class="sg-acc-panel sg-right" id="sg-mq">
24-
{{# mqs }}
25-
<li><a href="#">{{ . }}</a></li>
26-
{{/ mqs }}
27-
</ul>
28-
</li>
29-
{{/ ishControlsHide.mqs }}
3020
</ul>
3121
</li>
22+
{{^ ishControlsHide.mqs }}
23+
<li class="sg-half">
24+
<a href="#" class="mode-link sg-acc-handle" id="sg-size-mq" title="Media query values found in stylesheet">MQ</a>
25+
<ul class="sg-acc-panel sg-left" id="sg-mq">
26+
{{# mqs }}
27+
<li><a href="#">{{ . }}</a></li>
28+
{{/ mqs }}
29+
</ul>
30+
</li>
31+
{{/ ishControlsHide.mqs }}
3232
{{^ ishControlsHide.find }}
3333
<li class="sg-find">
3434
<a href="#" class="sg-acc-handle sg-control-trigger sg-icon icon-search" id="sg-f-toggle" title="Find stuff"><span class="is-vishidden">F</span></a>

0 commit comments

Comments
 (0)