mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 21:59:26 +01:00
Minor tweak to tag list (#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
This commit is contained in:
parent
43a22c6a21
commit
7dde39a6db
@ -1978,8 +1978,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#tags-table {
|
#tags-table {
|
||||||
|
.tag {
|
||||||
|
padding: 8px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.release-tag-name {
|
.release-tag-name {
|
||||||
font-size: 1.5rem;
|
font-size: 20px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user