diff --git a/static/pyrite.css b/static/pyrite.css index a0917fb..ba9d6d0 100644 --- a/static/pyrite.css +++ b/static/pyrite.css @@ -79,6 +79,18 @@ input[type="radio"]:checked+div { "L D D R"; } +#settings { + grid-area: L; + display: flex; + flex-direction: column; + gap: 0.5em; + padding: 1em; +} + +#settings select { + width: 100%; +} + #cover_art { grid-area: A; padding-right: 1em; diff --git a/templates/index.html b/templates/index.html index b3ebb97..ee17827 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,6 +27,21 @@