From bca487f79bf442de0bd6a65e54048a8c64fa9113 Mon Sep 17 00:00:00 2001 From: eti Date: Mon, 27 Apr 2026 09:48:55 +0000 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 file(s) changed, 11 insertion(s)(+), 5 deletion(s)(-) diff --git a/ogre/src/components/cards/issue.tsx b/ogre/src/components/cards/issue.tsx --- a/ogre/src/components/cards/issue.tsx +++ b/ogre/src/components/cards/issue.tsx @@ -9,7 +9,10 @@ export function IssueCard(data: IssueCardData) { return ( - + @@ -37,7 +40,7 @@ + @@ -122,7 +125,7 @@ -- tangled.sh