From 67db6b697636221e09536e89ac8600a47f79b5cb Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 11 May 2023 00:27:02 +0200 Subject: RSS icon fixes (#24476) Fix regression from https://github.com/go-gitea/gitea/pull/24471 where CSS rules for `.icon.grey` were removed which were in use by the RSS icons. Gave them their own class instead, removed a wrapper and also fixed vertical alignment on them. Additionally, did a few related fixes on the org header for alignment. Fixes: https://github.com/go-gitea/gitea/issues/24584 Screenshot 2023-05-01 at 22 39 40 Screenshot 2023-05-01 at 22 44 20 Screenshot 2023-05-01 at 22 56 36 Screenshot 2023-05-01 at 22 54 25 Screenshot 2023-05-01 at 22 55 28 --------- Co-authored-by: wxiaoguang --- web_src/js/components/RepoBranchTagSelector.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_src/js/components') diff --git a/web_src/js/components/RepoBranchTagSelector.vue b/web_src/js/components/RepoBranchTagSelector.vue index 38a375aa85..f02918da9a 100644 --- a/web_src/js/components/RepoBranchTagSelector.vue +++ b/web_src/js/components/RepoBranchTagSelector.vue @@ -39,7 +39,7 @@