]> source.dussan.org Git - gitea.git/commitdiff
Decrease issue font size in project template (#28054)
authorKazzmanK <a_nic@mail.ru>
Sun, 19 Nov 2023 02:02:26 +0000 (05:02 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 02:02:26 +0000 (02:02 +0000)
I propose to decrease font size. 18 is too big and looks ugly, on
windows. 14 is on par with other elements and save a bit of space.

![image](https://github.com/go-gitea/gitea/assets/13328513/bc41f65d-8f48-4fd9-8e3b-d7a73967b0aa)

![image](https://github.com/go-gitea/gitea/assets/13328513/70e78919-9b9b-4f57-a491-d746ea59c048)

Co-authored-by: Nikolay Kobzarev <n.kobzarev@aeronavigator.ru>
web_src/css/repo/issue-card.css

index 31d3a2375b99f61fa265f80c96dc2768860de629..5a70de47c24ea3136b6904df526b28f5a0c74104 100644 (file)
@@ -16,6 +16,6 @@
 
 .issue-card-title {
   flex: 1;
-  font-size: 18px;
+  font-size: 14px;
   margin-left: 4px;
 }