Skip to content

Commit

Permalink
Minor tweak to tag list (go-gitea#18295)
Browse files Browse the repository at this point in the history
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
  • Loading branch information
silverwind authored and Stelios Malathouras committed Mar 28, 2022
1 parent a876a71 commit 54bdd01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -1978,8 +1978,12 @@
}

#tags-table {
.tag {
padding: 8px 12px;
}

.release-tag-name {
font-size: 1.5rem;
font-size: 20px;
font-weight: normal;
}
}
Expand Down

0 comments on commit 54bdd01

Please sign in to comment.