Skip to content

Commit

Permalink
Add a margin above the control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
9at8 committed Mar 4, 2021
1 parent c6a3356 commit 3bc3dd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function renderSettings(
return [
$(
"div",
{},
{ class: "control-container" },
models.map((model) => model.render())
),
models,
Expand Down
4 changes: 4 additions & 0 deletions static/popup.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
min-width: 300px;
}

.control-container {
margin-bottom: 20px;
}

0 comments on commit 3bc3dd1

Please sign in to comment.