From a1e34267d73ca3bde5347fb6d65e4507558424e5 Mon Sep 17 00:00:00 2001 From: valere Date: Tue, 14 Mar 2023 10:11:57 +0100 Subject: [PATCH] fix: init size of app in demo --- components/demo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/demo.vue b/components/demo.vue index 3ac470b..ab7d647 100644 --- a/components/demo.vue +++ b/components/demo.vue @@ -3,8 +3,8 @@ export default { data: () => ({ terminalContent: '', subDomain: '', - nextcloudClass: [], - jellyfinClass: [], + nextcloudClass: ['w-20', 'h-20'], + jellyfinClass: ['w-20', 'h-20'], backbuttonClass: [], subdomainClass: [], isDemonstrationEnded: false,