From 2692ee3791edb56344f27207c6d9568c86111e8d Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Wed, 27 Mar 2024 09:33:06 +0100 Subject: [PATCH] Further consistency in the repo header The recent refactor imported from Gitea made the Fork counter/button in the repo header appear as icon only on mobile, but left the Star & Watch buttons unchanged, so they appeared with text. That resulted in the mobile view looking a bit awkward, with half the widgets (rss & fork) as icon-only, while the other half (star & watch) with both icon and text. This changes the other two in the same way: to appear without text on mobile. Signed-off-by: Gergely Nagy --- templates/repo/star_unstar.tmpl | 4 ++-- templates/repo/watch_unwatch.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/repo/star_unstar.tmpl b/templates/repo/star_unstar.tmpl index 9c342f4065..a407aa62f8 100644 --- a/templates/repo/star_unstar.tmpl +++ b/templates/repo/star_unstar.tmpl @@ -2,9 +2,9 @@