Skip to content

Commit 7cde7b7

Browse files
committed
bring checkbox to the left
1 parent 3bd1722 commit 7cde7b7

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

dist/index.html

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,12 @@ <h1>
9595
target="_blank"
9696
>(Help)</a>
9797
</h1>
98-
<label>
99-
Use telo misikeke error messages
100-
<input type="checkbox" id="telo-misikeke" />
101-
</label>
102-
<label>
103-
Randomize output order <input type="checkbox" id="randomize" />
104-
</label>
105-
<label>
106-
Multiline input <input type="checkbox" id="multiline" />
107-
</label>
98+
<label><input type="checkbox" id="telo-misikeke" />
99+
Use telo misikeke error messages</label>
100+
<label><input type="checkbox" id="randomize" />
101+
Randomize output order</label>
102+
<label><input type="checkbox" id="multiline" />
103+
Multiline input</label>
108104
<label for="quantity">Singular and plural forms</label>
109105
<select id="quantity">
110106
<option value="both">Show all</option>
@@ -119,14 +115,10 @@ <h1>
119115
</select>
120116
<details>
121117
<summary>Advance settings</summary>
122-
<label>
123-
Allow X ala X partial parsing
124-
<input type="checkbox" id="x-ala-x-partial-parsing" />
125-
</label>
126-
<label>
127-
Allow separate repeated modifiers
128-
<input type="checkbox" id="separate-repeated-modifiers" />
129-
</label>
118+
<label><input type="checkbox" id="x-ala-x-partial-parsing" />
119+
Allow X ala X partial parsing</label>
120+
<label><input type="checkbox" id="separate-repeated-modifiers" />
121+
Allow separate repeated modifiers</label>
130122
</details>
131123
<div>
132124
<button id="reset-button">Reset to default</button>

dist/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,8 @@ dialog > div > input[type="text"] {
8888
flex-grow: 1;
8989
}
9090
dialog input[type="checkbox"] {
91-
margin-left: 10px;
9291
width: 1em;
9392
height: 1em;
94-
float: right;
9593
}
9694
@media (min-width: 800px) {
9795
body {

0 commit comments

Comments
 (0)