From 5a7c3ed09d3fb30a12243e18362850ff62fc37ed Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 16 Jan 2024 21:39:28 +0100 Subject: [PATCH] Hide qrcode loading --- partitioncloud/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index 74970c4..2466884 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -760,6 +760,9 @@ midi-player { margin: 20px; margin-top: 50px; border-radius: 15px; + width: 370px; + height: 370px; + background-color: white; } #share-url {