From 01888f44aa06ceed7249008a0953b7125813bf1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20J=C4=99siak?= <84834748+Astahiell@users.noreply.github.com> Date: Sun, 30 Jun 2024 13:45:44 +0200 Subject: [PATCH] GH-2149 Remove unnecessary paddings from file browser on mobile & improve text wrapping (#1910) * Mobile UI fix for FileList * Remove media query * Fix + smaller padding --- reposilite-frontend/src/App.vue | 2 +- .../src/components/browser/DetailedListEntry.vue | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/reposilite-frontend/src/App.vue b/reposilite-frontend/src/App.vue index 905d82e9f..d332cca7c 100644 --- a/reposilite-frontend/src/App.vue +++ b/reposilite-frontend/src/App.vue @@ -63,7 +63,7 @@ html, body { min-height: calc(100vh - 2rem); } .container { - @apply px-10; + @apply px-10 !props.compactMode)