diff --git a/src/popup.ts b/src/popup.ts index c40a840..4ec63dd 100644 --- a/src/popup.ts +++ b/src/popup.ts @@ -77,7 +77,7 @@ function renderSettings( return [ $( "div", - {}, + { class: "control-container" }, models.map((model) => model.render()) ), models, diff --git a/static/popup.css b/static/popup.css index ca0ceb6..0022f2f 100644 --- a/static/popup.css +++ b/static/popup.css @@ -1,3 +1,7 @@ html { min-width: 300px; } + +.control-container { + margin-bottom: 20px; +}