Remove links module in site stats & fixed the padding display style.

This commit is contained in:
凡梦星尘
2022-05-07 09:05:17 +08:00
parent e9826e652b
commit 6b45e05511
2 changed files with 5 additions and 17 deletions

View File

@@ -1,9 +1,14 @@
/** User-defined style. **/
{{- $P := .Site.Params -}}
.sidebar {
visibility: inherit;
}
.sidebar-inner {
padding: 10px 10px 0 10px;
}
.site-author-image {
{{ if $P.avatar.rounded }}
border-radius:50%;