From f4597192540f1693cc1206bb95a2d3f15ede15a4 Mon Sep 17 00:00:00 2001 From: Booteille Date: Sat, 7 Dec 2024 15:26:49 +0100 Subject: [PATCH] Improve mobile view --- themes/default/public/css/custom.css | 8 ++++++++ themes/default/templates/index.html.ep | 18 +++++++++--------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/themes/default/public/css/custom.css b/themes/default/public/css/custom.css index bb7f611..d62b0f6 100644 --- a/themes/default/public/css/custom.css +++ b/themes/default/public/css/custom.css @@ -73,6 +73,10 @@ a:not(#main-menu a) a:hover { color: var(--bulma-link-text); } +.navbar { + overflow-x: auto; +} + #main-menu div.navbar-item:hover:has(form) { --bulma-navbar-item-background-l-delta: var(--bulma-navbar-item-hover-background-l-delta); --bulma-navbar-item-background-a: 1; @@ -125,6 +129,10 @@ a:not(#main-menu a) a:hover { border-radius: var(--bulma-radius); } +#uploaded-files .card-footer { + overflow-x: auto; +} + #file-js-upload { background: hsl(var(--bulma-scheme-h), var(--bulma-scheme-s), calc(var(--bulma-scheme-main-ter-l))); } diff --git a/themes/default/templates/index.html.ep b/themes/default/templates/index.html.ep index ef3d47e..5f56109 100644 --- a/themes/default/templates/index.html.ep +++ b/themes/default/templates/index.html.ep @@ -192,12 +192,12 @@
-
+
-
+
@@ -221,12 +221,12 @@
-
+
-
+
@@ -246,12 +246,12 @@
-
+
-
@@ -272,12 +272,12 @@
-
+
-
@@ -287,7 +287,7 @@
% if (!defined stash('invitation')) { -