From ee77f38cdb324cbcf12518490df77fc9e6b89282 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:52:02 +0000 Subject: Improve gallery scroll indicators and format code Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/app/components/StopGallery.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/components/StopGallery.css') diff --git a/src/frontend/app/components/StopGallery.css b/src/frontend/app/components/StopGallery.css index f53f2a5..adba001 100644 --- a/src/frontend/app/components/StopGallery.css +++ b/src/frontend/app/components/StopGallery.css @@ -57,7 +57,10 @@ .gallery-item-link { display: block; padding: 1rem; - background-color: var(--card-background-color, var(--message-background-color)); + background-color: var( + --card-background-color, + var(--message-background-color) + ); border: 1px solid var(--border-color); border-radius: 12px; text-decoration: none; @@ -146,7 +149,7 @@ .gallery-item { flex: 0 0 320px; } - + .gallery-scroll-container { margin: 0; padding: 0; -- cgit v1.3