mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47: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"
|
"start": "node __sapper__/build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@damillora/shian": "^1.0.0",
|
"@damillora/shian": "^1.1.0",
|
||||||
"compression": "^1.7.1",
|
"compression": "^1.7.1",
|
||||||
"dayjs": "^1.10.4",
|
"dayjs": "^1.10.4",
|
||||||
"howler": "^2.2.1",
|
"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">
|
<div class="site-header__inner">
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<div class="header__top">
|
<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
|
<div
|
||||||
class="header__title"
|
class="header__title"
|
||||||
on:click={() =>
|
on:click={() =>
|
||||||
@ -37,6 +29,15 @@
|
|||||||
>
|
>
|
||||||
<a href="/"><h1>Damillora</h1></a>
|
<a href="/"><h1>Damillora</h1></a>
|
||||||
</div>
|
</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>
|
||||||
<div
|
<div
|
||||||
class:menu={true}
|
class:menu={true}
|
||||||
|
@ -823,10 +823,10 @@
|
|||||||
lodash "^4.17.19"
|
lodash "^4.17.19"
|
||||||
to-fast-properties "^2.0.0"
|
to-fast-properties "^2.0.0"
|
||||||
|
|
||||||
"@damillora/shian@^1.0.0":
|
"@damillora/shian@^1.1.0":
|
||||||
version "1.0.0"
|
version "1.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.0.0.tgz#c5a448d91bd5bf3e174ac3b8a9ad1c9bc909c4c5"
|
resolved "https://registry.yarnpkg.com/@damillora/shian/-/shian-1.1.0.tgz#bc932f3bacbaffd5f088166c4a100f92d90d7ff7"
|
||||||
integrity sha512-1NYfMvSaqGUZSTVex/U4gEAm9urgwpd64s2PxD542LOyc/wk8Vh8RFDbm0iXvjWOi15AkBfV8LO9Trhbs15RCA==
|
integrity sha512-1hZPDGMeC3FuGecDEBYcNpzUomGBPxRavGYTwuvTnX2iuL45XpXvEzz6JHQObANEuZ8+ivJLJcUPBzrRvwuZuw==
|
||||||
|
|
||||||
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
"@polka/url@^1.0.0-next.11", "@polka/url@^1.0.0-next.9":
|
||||||
version "1.0.0-next.11"
|
version "1.0.0-next.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user