Fix site-state-item padding

This commit is contained in:
Mimi 2020-09-03 09:45:41 +08:00
parent c9cdf1c695
commit 4b8a17b8e8
2 changed files with 9 additions and 4 deletions

View File

@ -4,10 +4,15 @@
margin-top: 10px;
}
.site-state-item a {
border-bottom: none;
display: block;
.site-state-item {
// Fix issue #103
// The click area of the link becomes smaller
padding: 0 15px;
a {
border-bottom: none;
display: block;
}
}
.site-state-item-count {

View File

@ -26,7 +26,7 @@
color: var(--text-color);
}
.site-state-item a {
.site-state-item {
padding: 0 10px;
}