Skip to content

Commit 30abe17

Browse files
committed
Reduce size of shortcuts button.
Prep for more buttons.
1 parent 8c629fc commit 30abe17

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

playground/next/index.html

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,29 +69,31 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
6969
</button>
7070
</div>
7171

72-
<button id="keyboard-shortcuts" class="ui right floated button" data-position="left center">
73-
<i class="icon keyboard"></i> Shortcuts
74-
</button>
75-
<div class="ui popup">
76-
<div class="ui top attached label">Keyboard Shortcuts</div>
77-
<table class="ui very basic single line celled table">
78-
<thead>
79-
<tr>
80-
<th>Key</th>
81-
<th>Autocomplete</th>
82-
</tr>
83-
</thead>
84-
<tbody>
85-
<tr>
86-
<td><label class="ui label">@</label></td>
87-
<td>all of the <b>@</b> keywords</td>
88-
</tr>
89-
<tr>
90-
<td><label class="ui label">Ctrl+Space</label></td>
91-
<td>available keys in <b>@context</b></td>
92-
</tr>
93-
</tbody>
94-
</table>
72+
<div class="ui right floated buttons">
73+
<button id="keyboard-shortcuts" class="ui icon button" data-position="left center">
74+
<i class="icon keyboard"></i>
75+
</button>
76+
<div class="ui popup">
77+
<div class="ui top attached label">Keyboard Shortcuts</div>
78+
<table class="ui very basic single line celled table">
79+
<thead>
80+
<tr>
81+
<th>Key</th>
82+
<th>Autocomplete</th>
83+
</tr>
84+
</thead>
85+
<tbody>
86+
<tr>
87+
<td><label class="ui label">@</label></td>
88+
<td>all of the <b>@</b> keywords</td>
89+
</tr>
90+
<tr>
91+
<td><label class="ui label">Ctrl+Space</label></td>
92+
<td>available keys in <b>@context</b></td>
93+
</tr>
94+
</tbody>
95+
</table>
96+
</div>
9597
</div>
9698
<!-- main editor area -->
9799
<div class="ui one column compact grid container" :class="[editorColumns]">

0 commit comments

Comments
 (0)