diff --git a/marietje/marietje/static/css/custom.css b/marietje/marietje/static/css/custom.css
index abe9278..f5a1514 100644
--- a/marietje/marietje/static/css/custom.css
+++ b/marietje/marietje/static/css/custom.css
@@ -1,3 +1,7 @@
.search-input {
width: 100%;
}
+
+.control-icons {
+ min-width: 90px;
+}
diff --git a/marietje/queues/templates/queues/queue.html b/marietje/queues/templates/queues/queue.html
index bca58ff..c7c3285 100644
--- a/marietje/queues/templates/queues/queue.html
+++ b/marietje/queues/templates/queues/queue.html
@@ -8,86 +8,80 @@
Now Playing
-
-
-
-
- | Artist |
- Title |
- Requested By |
- Time Left |
- Skip |
-
-
-
-
- |
- |
- |
- |
-
- {% if perms.queues.can_control_volume %} {% endif %}
- |
-
-
-
-
+
+
+
+ | Artist |
+ Title |
+ Requested By |
+ Time Left |
+ Control |
+
+
+
+
+ |
+ |
+ |
+ |
+
+ {% if perms.queues.can_control_volume %} {% endif %}
+ |
+
+
+
Queue
-
-
-
-
- | Artist |
- Title |
- Requested By |
- Plays At |
- Control |
-
-
-
-
-
-
+
+
+
+ | Artist |
+ Title |
+ Requested By |
+ Plays At |
+ Control |
+
+
+
+
+