We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc2d43 commit 7a806fdCopy full SHA for 7a806fd
dist/index.html
@@ -119,7 +119,7 @@ <h1>
119
<option value="condensed">Condensed</option>
120
<option value="default only">Show present only</option>
121
</select>
122
- <details>
+ <details class="flex">
123
<summary>Advance settings</summary>
124
<label><input type="checkbox" id="x-ala-x-partial-parsing" />
125
Allow X ala X partial parsing</label>
dist/style.css
@@ -59,8 +59,10 @@ dialog.flex:modal {
59
dialog.flex details {
60
margin: 0;
61
padding: 0;
62
- flex-direction: column;
63
resize: both;
+}
64
+dialog.flex details:flex {
65
+ flex-direction: column;
66
display: flex;
67
}
68
dialog.flex label,
0 commit comments