From f59515adf98418ac6ea269cc349c8024364ddf78 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 15 Jul 2023 12:59:22 +0200 Subject: [PATCH] Fix layout: Remove whitespace on sides Using rem-based sizing for the columns means that there is up to hallf a column (10rem) space on each side before another column can be added. We now use percent-based sizing instead and decide on the column count via CSS media queries based on avalable screen space. Still relative ro rem, so zoom still works. --- src/App.vue | 59 +++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 034884a..09b4480 100644 --- a/src/App.vue +++ b/src/App.vue @@ -278,8 +278,7 @@ const privacyLink = computed(() => {
Loading first posts ...
Nothing there yet ...
-
+