From bca487f79bf442de0bd6a65e54048a8c64fa9113 Mon Sep 17 00:00:00 2001 From: eti Date: Mon, 27 Apr 2026 11:48:55 +0200 Subject: [PATCH] ogre: center align footer items set `alignItems: "center"` to footer elements. reduce `paddingBottom` to `36` for issue & prs cards. Signed-off-by: eti --- ogre/src/components/cards/issue.tsx | 7 +++++-- ogre/src/components/cards/pull-request.tsx | 7 +++++-- ogre/src/components/cards/repository.tsx | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ogre/src/components/cards/issue.tsx b/ogre/src/components/cards/issue.tsx index 4710f59b..2dddd240 100644 --- a/ogre/src/components/cards/issue.tsx +++ b/ogre/src/components/cards/issue.tsx @@ -9,7 +9,10 @@ import type { IssueCardData } from "../../validation"; export function IssueCard(data: IssueCardData) { return ( - + @@ -37,7 +40,7 @@ export function IssueCard(data: IssueCardData) { + @@ -122,7 +125,7 @@ export function PullRequestCard(data: PullRequestCardData) { -- 2.51.2