From b80807cc3c0ffcc4d9008deffa3d5e62e1dcccd7 Mon Sep 17 00:00:00 2001 From: GMrrc <143954951+GMrrc@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:04:30 +0100 Subject: [PATCH] padding of webcontent view --- src/App.vue | 4 ++-- src/components/WebContentViewer.vue | 24 ++++++++++++++++-------- src/output.css | 20 ++++++++++++++++++++ 3 files changed, 38 insertions(+), 10 deletions(-) diff --git a/src/App.vue b/src/App.vue index 197896f..7de3b55 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,12 +4,12 @@
+ class="w-full sm:w-1/3 max-sm:h-2/5 p-4 sm:m-6 sm:mr-0 rounded-xl bg-NcBlack/40">
+ class="w-full sm:w-2/3 max-sm:h-3/5 p-4 sm:m-6 sm:ml-4 bg-NcBlack rounded-xl">
diff --git a/src/components/WebContentViewer.vue b/src/components/WebContentViewer.vue index 4b422e6..16b72d4 100644 --- a/src/components/WebContentViewer.vue +++ b/src/components/WebContentViewer.vue @@ -1,8 +1,8 @@ -
+
{{ zipName }}
-
+
{{ formatFileSize(zipSize) }}
@@ -27,8 +27,11 @@
-
+