From 222abd7e4d0d169ffc0158f265556b8a97a95c91 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Tue, 30 Sep 2025 16:50:18 -0500 Subject: [PATCH] Adjust bubble position Now that we don't have to worry about overlapping the Workflows list we can display these mostly inside the card boundary --- app/assets/stylesheets/card-columns.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index ee7b851e4..7f40d4a70 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -96,7 +96,7 @@ .bubble { inset-inline-start: 100%; - translate: -60% -60%; + translate: -90% -40%; } @media (any-hover: hover) { @@ -367,7 +367,7 @@ .bubble { inset-inline-start: 100%; - translate: -60% -60%; + translate: -90% -40%; } @media (any-hover: hover) {