We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a3356 commit 3bc3dd1Copy full SHA for 3bc3dd1
src/popup.ts
@@ -77,7 +77,7 @@ function renderSettings(
77
return [
78
$(
79
"div",
80
- {},
+ { class: "control-container" },
81
models.map((model) => model.render())
82
),
83
models,
static/popup.css
@@ -1,3 +1,7 @@
1
html {
2
min-width: 300px;
3
}
4
+
5
+.control-container {
6
+ margin-bottom: 20px;
7
+}
0 commit comments