mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 17:27:32 +00:00
fix(theme): update shian for usability fixes
This commit is contained in:
parent
6bd40414b0
commit
822904c21a
@ -46,7 +46,7 @@
|
|||||||
"yuika"
|
"yuika"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@damillora/shian": "^1.0.2",
|
"@damillora/shian": "^1.1.0",
|
||||||
"autoprefixer": "^10.2.1",
|
"autoprefixer": "^10.2.1",
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-clean-css": "^4.2.0",
|
"gulp-clean-css": "^4.2.0",
|
||||||
|
@ -5,14 +5,15 @@
|
|||||||
<div class="site-header__inner">
|
<div class="site-header__inner">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header__top">
|
<div class="header__top">
|
||||||
<div class="header__nav-button">
|
|
||||||
<span class="header__icon material-icons" alt="menu" id="menushow">menu</span>
|
|
||||||
</div>
|
|
||||||
<div class="header__title">
|
<div class="header__title">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<h1>{{@site.title}}</h1>
|
<h1>{{@site.title}}</h1>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="header__nav-button" id="menushow">
|
||||||
|
<span class="header__icon material-icons" alt="menu">menu</span>
|
||||||
|
<p>Menu</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{navigation}}
|
{{navigation}}
|
||||||
</header>
|
</header>
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
js-tokens "^4.0.0"
|
js-tokens "^4.0.0"
|
||||||
|
|
||||||
"@damillora/shian@^1.0.2":
|
"@damillora/shian@^1.1.0":
|
||||||
version "1.0.2"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.0.2.tgz#702b4c585f312b8a84f6d1f5b1b569c210f71d65"
|
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.1.0.tgz#bc932f3bacbaffd5f088166c4a100f92d90d7ff7"
|
||||||
integrity sha512-Z3gY7tdOIRlZh93/thsmIUkZJ8kkRYm3ivewQGXiMK+gxlm0NLPcbRt67FHtpxGRHJjljH0DgyU8rp8sE8JLyA==
|
integrity sha512-1hZPDGMeC3FuGecDEBYcNpzUomGBPxRavGYTwuvTnX2iuL45XpXvEzz6JHQObANEuZ8+ivJLJcUPBzrRvwuZuw==
|
||||||
|
|
||||||
"@nodelib/fs.scandir@2.1.4":
|
"@nodelib/fs.scandir@2.1.4":
|
||||||
version "2.1.4"
|
version "2.1.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user