From cb4795efb7a58b378fb9cc645f41b4b95181174b Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Sun, 13 Sep 2026 12:27:19 +0200 Subject: [PATCH] Align Gephi plugins page styling with rest of site - Style the plugins search input with Bootstrap's form-control class and give it a white background instead of blending into the page - Give plugin cards a shadow + white background like the site's other card UI, and stretch them to equal height so grid rows line up - Add spacing between icons and headings on the plugin detail page - Use the branded title font for individual plugin page headings Co-Authored-By: Claude Sonnet 5 --- src/components/plugins/PluginsFilters.tsx | 1 + src/pages/desktop/plugins/[id].astro | 2 +- src/styles/_plugins.scss | 12 +++++++++++- src/styles/_variables-set.scss | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/plugins/PluginsFilters.tsx b/src/components/plugins/PluginsFilters.tsx index 3c6791f..fdb5133 100644 --- a/src/components/plugins/PluginsFilters.tsx +++ b/src/components/plugins/PluginsFilters.tsx @@ -142,6 +142,7 @@ export const PluginsFilters: FC<{ plugins: Plugin[] }> = ({ plugins }) => { Search { setQuery(e.target.value); diff --git a/src/pages/desktop/plugins/[id].astro b/src/pages/desktop/plugins/[id].astro index da6a360..fe87159 100644 --- a/src/pages/desktop/plugins/[id].astro +++ b/src/pages/desktop/plugins/[id].astro @@ -59,7 +59,7 @@ const topVersionIsLatestGephi = !!topVersionTag && topVersionTag === latestGephi