diff --git a/static/pyrite.css b/static/pyrite.css index 2cf2b6b..88b2c9d 100644 --- a/static/pyrite.css +++ b/static/pyrite.css @@ -75,6 +75,10 @@ input[type="radio"]:checked+div { align-items: center; } +#player_container > div { + display: flex; +} + #cover_art { padding-right: 1em; padding-top: 0.5em; @@ -86,7 +90,6 @@ img { } #title { - display: flex; } input[type='range'] { @@ -109,6 +112,11 @@ button img { width: 50%; } -#seek-slider { - width: 100%; +#seek_controls output { + margin-left: 0.125em; + margin-right: 0.125em; +} + +#seek-slider { + width: 90%; } diff --git a/static/pyrite.jpg b/static/pyrite.jpg new file mode 100644 index 0000000..531432b Binary files /dev/null and b/static/pyrite.jpg differ diff --git a/templates/index.html b/templates/index.html index 876af5e..18d1d6a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,33 +27,37 @@