From 7a8b5d7625d199eb092716441a891cd6f85dd189 Mon Sep 17 00:00:00 2001 From: moozzi Date: Thu, 19 Feb 2026 12:44:52 +0100 Subject: [PATCH] Added `justify-content: center` to `.topics-actions` --- app/assets/stylesheets/components/topics.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/components/topics.css b/app/assets/stylesheets/components/topics.css index 855ae8d..c5cd03c 100644 --- a/app/assets/stylesheets/components/topics.css +++ b/app/assets/stylesheets/components/topics.css @@ -782,6 +782,7 @@ a.topic-icon { .topics-actions { display: flex; + justify-content: center; gap: var(--spacing-3); padding: var(--spacing-3) var(--spacing-4); align-items: center;