mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
fix: some css and js style
This commit is contained in:
parent
7ff5ef43aa
commit
2f86ca014c
7 changed files with 26 additions and 25 deletions
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.archive-item-date {
|
.archive-item-date {
|
||||||
width: 6em;
|
width: 5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
color: $global-font-secondary-color;
|
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 -}}
|
{{- $content := .Content -}}
|
||||||
|
|
||||||
{{- if ne "" $content -}}
|
{{- if $content -}}
|
||||||
|
|
||||||
{{- if .Ruby -}}
|
{{- if .Ruby -}}
|
||||||
{{- $content = partial "function/ruby.html" $content -}}
|
{{- $content = partial "function/ruby.html" $content -}}
|
||||||
|
|
|
@ -175,6 +175,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{- if .Site.Params.search.enable -}}
|
{{- if .Site.Params.search.enable -}}
|
||||||
<div class="search-dropdown desktop">
|
<div class="search-dropdown desktop">
|
||||||
<div id="search-dropdown-desktop"></div>
|
<div id="search-dropdown-desktop"></div>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue