fix: some css and js style
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
.archive-item-date {
|
||||
width: 6em;
|
||||
width: 5em;
|
||||
text-align: right;
|
||||
color: $global-font-secondary-color;
|
||||
|
||||
|
||||
2
assets/js/theme.min.js
vendored
2
assets/js/theme.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
{{- $content := .Content -}}
|
||||
|
||||
{{- if ne "" $content -}}
|
||||
{{- if $content -}}
|
||||
|
||||
{{- if .Ruby -}}
|
||||
{{- $content = partial "function/ruby.html" $content -}}
|
||||
|
||||
@@ -175,6 +175,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{- if .Site.Params.search.enable -}}
|
||||
<div class="search-dropdown desktop">
|
||||
<div id="search-dropdown-desktop"></div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user