diff --git a/static/index.html b/static/index.html
index c923696..4b5b6f1 100644
--- a/static/index.html
+++ b/static/index.html
@@ -29,15 +29,15 @@
-
-
+
+
@@ -58,11 +58,11 @@
-
+
Sanic © 2023
-
+
+
file browser
@@ -92,7 +92,7 @@
actions
-
+
@@ -102,16 +102,19 @@
actions
-
+
+
+
- playlist browser
+
+
+
-
- actions
-
-
-
+
+
+
@@ -167,7 +170,7 @@ for (let i = 1; i <= 100; i++) {
// TODO: maybe use a instead of button?
const remove = document.createElement("button");
remove.classList.add("borderless");
- remove.innerHTML = "❌"; // ❌ Cross mark; 🗑️ Wastebasket
+ remove.innerHTML = "❌"; // ❌ Cross mark
remove.addEventListener("click", event => {
console.log(`DEBUG: remove song ${i} from queue`);
});
diff --git a/static/style.css b/static/style.css
index ccad8a0..b1778f5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -300,6 +300,17 @@ table tr:hover td {
border-right: 4px ridge #3a506b;
}
+#control-playlist-list {
+ font-size: 12pt;
+ width: 100%;
+ background-color: #28374a;
+ color: white;
+ border: 1px solid black;
+ border-right-color: #545454;
+ border-bottom-color: #545454;
+ scrollbar-color: #490b00 #09101d; /* only in firefox: https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color */
+}
+
footer svg {
color: white;
width: 12pt;