aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopGallery.css
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2025-11-06 22:52:02 +0000
committerAriel Costas Guerrero <ariel@costas.dev>2025-11-07 10:47:20 +0100
commitee77f38cdb324cbcf12518490df77fc9e6b89282 (patch)
tree407f64a434291e1e375e6a1ccb55f59fa886a1ef /src/frontend/app/components/StopGallery.css
parente51cdd89afc08274ca622e18b8127feca29e90a3 (diff)
Improve gallery scroll indicators and format code
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/components/StopGallery.css')
-rw-r--r--src/frontend/app/components/StopGallery.css7
1 files changed, 5 insertions, 2 deletions
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;