diff --git a/playlist/static/startup.wav b/playlist/static/startup.wav new file mode 100644 index 0000000..4d27f3d Binary files /dev/null and b/playlist/static/startup.wav differ diff --git a/playlist/static/style.css b/playlist/static/style.css index 25a48a3..0dc0441 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -11,8 +11,7 @@ body { z-index:99; min-height: 520px; width:560px; - overflow-y:scroll; - overflow-x:hidden; + overflow:hidden; display: flex; flex-flow: column nowrap; justify-content: space-between; @@ -154,22 +153,13 @@ iframe { width: 256px; } -input[type="range"] { - margin: 8px 0; +#seek { + height: 22px; } -input[type="range"]::-moz-range-track { - background: #aaa; - height: 12px; -} - -input[type="range"]::-moz-range-thumb { - height: 15px; - width: 15px; - transform: unset; - background: transparent; - border: 3px solid lightgray; - border-bottom-color: darkgrey; +#media-control button { + min-width: 0; + width: 20px; } /* Clippy */ diff --git a/playlist/templates/Base.html b/playlist/templates/Base.html index 805f4d7..be308ae 100644 --- a/playlist/templates/Base.html +++ b/playlist/templates/Base.html @@ -4,7 +4,6 @@ {% include "head.html" %} -
diff --git a/playlist/templates/Login.html b/playlist/templates/Login.html index 1361f44..f59321f 100644 --- a/playlist/templates/Login.html +++ b/playlist/templates/Login.html @@ -4,7 +4,11 @@ {% include "head.html" %} - +