From 8f7dcca2a47ed49af680311c445ae02314c29945 Mon Sep 17 00:00:00 2001 From: Torben Carstens Date: Wed, 26 Jul 2023 21:58:21 +0200 Subject: [PATCH] Set li to fixed size (this should avoid the initial weirdness around image loading) --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index d45342f..124480d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -41,6 +41,8 @@ a { .queue-item { list-style: none; flex: 1; + width: 250px; + height: 500px; } #queue { @@ -49,7 +51,7 @@ a { } .queue-item-cover-image { - max-height: 500px; + max-height: 400px; } .queue-item-header {