From 53d9015e174a42d30e578bab1475053eef43be79 Mon Sep 17 00:00:00 2001 From: wvffle Date: Fri, 22 Jul 2022 03:02:53 +0000 Subject: [PATCH] Fix #1796, Potentially fix #1471 --- front/src/App.vue | 6 +- front/src/components/Queue.vue | 668 ++++++++++++------------- front/src/style/components/_queue.scss | 108 ++-- front/src/style/globals/_utils.scss | 5 + 4 files changed, 409 insertions(+), 378 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index b56cf9bc3..b01779074 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -97,14 +97,14 @@ if (store.state.auth.authenticated) { - +