🎨 Merge branch 'develop'

This commit is contained in:
凡梦星尘
2022-06-12 15:34:38 +08:00
182 changed files with 7702 additions and 3249 deletions

View File

@@ -1,4 +1,3 @@
@if $cfg_site_state {
.site-state {
@include flex-wrap();
line-height: 1.4;
@@ -8,6 +7,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 +19,8 @@
}
}
.site-state-item-count {
display: block;
font-size: $site-state-item-count-font-size;