mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 03:37:33 +00:00
fix: update shian for usability fixes
This commit is contained in:
parent
e1dbc0463b
commit
bbf5761f44
@ -9,7 +9,7 @@
|
||||
"start": "node __sapper__/build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@damillora/shian": "^1.0.0",
|
||||
"@damillora/shian": "^1.1.0",
|
||||
"compression": "^1.7.1",
|
||||
"dayjs": "^1.10.4",
|
||||
"howler": "^2.2.1",
|
||||
|
17
src/node_modules/components/Header.svelte
generated
vendored
17
src/node_modules/components/Header.svelte
generated
vendored
@ -20,14 +20,6 @@
|
||||
<div class="site-header__inner">
|
||||
<header class="header">
|
||||
<div class="header__top">
|
||||
<div
|
||||
class="header__nav-button"
|
||||
on:click={() => (menu_shown = !menu_shown)}
|
||||
>
|
||||
<span class="header__icon material-icons" alt="menu"
|
||||
>menu</span
|
||||
>
|
||||
</div>
|
||||
<div
|
||||
class="header__title"
|
||||
on:click={() =>
|
||||
@ -37,6 +29,15 @@
|
||||
>
|
||||
<a href="/"><h1>Damillora</h1></a>
|
||||
</div>
|
||||
<div
|
||||
class="header__nav-button"
|
||||
on:click={() => (menu_shown = !menu_shown)}
|
||||
>
|
||||
<span class="header__icon material-icons" alt="menu"
|
||||
>menu</span
|
||||
>
|
||||
<p>Menu</p>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class:menu={true}
|
||||
|
@ -823,10 +823,10 @@
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@damillora/shian@^1.0.0":
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.0.0.tgz#c5a448d91bd5bf3e174ac3b8a9ad1c9bc909c4c5"
|
||||
integrity sha512-1NYfMvSaqGUZSTVex/U4gEAm9urgwpd64s2PxD542LOyc/wk8Vh8RFDbm0iXvjWOi15AkBfV8LO9Trhbs15RCA==
|
||||
"@damillora/shian@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.1.0.tgz#bc932f3bacbaffd5f088166c4a100f92d90d7ff7"
|
||||
integrity sha512-1hZPDGMeC3FuGecDEBYcNpzUomGBPxRavGYTwuvTnX2iuL45XpXvEzz6JHQObANEuZ8+ivJLJcUPBzrRvwuZuw==
|
||||
|
||||
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
||||
version "1.0.0-next.11"
|
||||
|
Loading…
Reference in New Issue
Block a user