mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
Fix site-state-item padding
This commit is contained in:
parent
c9cdf1c695
commit
4b8a17b8e8
@ -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 {
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.site-state-item a {
|
||||
.site-state-item {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user