Skip to content

Commit 54bdd01

Browse files
silverwindStelios Malathouras
authored and
Stelios Malathouras
committedMar 28, 2022
Minor tweak to tag list (go-gitea#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
1 parent a876a71 commit 54bdd01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎web_src/less/_repository.less

+5-1
Original file line numberDiff line numberDiff line change
@@ -1978,8 +1978,12 @@
19781978
}
19791979

19801980
#tags-table {
1981+
.tag {
1982+
padding: 8px 12px;
1983+
}
1984+
19811985
.release-tag-name {
1982-
font-size: 1.5rem;
1986+
font-size: 20px;
19831987
font-weight: normal;
19841988
}
19851989
}

0 commit comments

Comments
 (0)