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')) { -