From cad8d09ba86917ebef132d66b2ed61e45acbaaf8 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Wed, 31 Jul 2024 16:23:23 +0500 Subject: [PATCH] ui: refactor user-cards as a grid --- templates/repo/user_cards.tmpl | 27 ++++++++------- tests/integration/repo_starwatch_test.go | 2 +- web_src/css/repo.css | 44 ++++++++++++++++-------- 3 files changed, 45 insertions(+), 28 deletions(-) diff --git a/templates/repo/user_cards.tmpl b/templates/repo/user_cards.tmpl index 9061b17715..88178dbf31 100644 --- a/templates/repo/user_cards.tmpl +++ b/templates/repo/user_cards.tmpl @@ -1,25 +1,28 @@
{{if .CardsTitle}} -

+

{{.CardsTitle}}

{{end}}