From 10c24b7734e62b9ccfecc06acf7c878ad08f5e96 Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Tue, 24 Feb 2026 17:48:24 +0100 Subject: [PATCH] Tweak translation --- app/assets/stylesheets/card-columns.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 363adefcd..44800ecdf 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -822,6 +822,10 @@ position: absolute; translate: 20% -20%; z-index: 1; + + @media (max-width: 639px) { + translate: 20% 0%; + } } /* Maybe column: position bubble relative to the title, not the container */