Skip to content

Commit 7a806fd

Browse files
committed
update flex styling
1 parent efc2d43 commit 7a806fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1>
119119
<option value="condensed">Condensed</option>
120120
<option value="default only">Show present only</option>
121121
</select>
122-
<details>
122+
<details class="flex">
123123
<summary>Advance settings</summary>
124124
<label><input type="checkbox" id="x-ala-x-partial-parsing" />
125125
Allow X ala X partial parsing</label>

dist/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ dialog.flex:modal {
5959
dialog.flex details {
6060
margin: 0;
6161
padding: 0;
62-
flex-direction: column;
6362
resize: both;
63+
}
64+
dialog.flex details:flex {
65+
flex-direction: column;
6466
display: flex;
6567
}
6668
dialog.flex label,

0 commit comments

Comments
 (0)