👷 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

@@ -13,6 +13,9 @@
}
.cc-license {
margin-top: 6px;
.cc-opacity {
border-bottom: 0;
opacity: .7;

View File

@@ -1,4 +1,4 @@
.links-of-author {
.links-of-author, .links-of-social {
a {
font-size: $font-size-smaller;
}

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;