👷 Add sidebar site overview content.

This commit is contained in:
凡梦星尘
2022-05-27 16:25:56 +08:00
parent cdbb3f751a
commit f56f229bd7
13 changed files with 184 additions and 31 deletions

View File

@@ -8,6 +8,11 @@
// Fix issue #103
// The click area of the link becomes smaller
padding: 0 15px;
border-left: 1px solid #eee;
&:first-child {
border-left: none;
}
a {
border-bottom: 0;
@@ -15,6 +20,8 @@
}
}
.site-state-item-count {
display: block;
font-size: $site-state-item-count-font-size;