From e8bcfe147e0de24d57aef63b27f1e4baed85ba11 Mon Sep 17 00:00:00 2001 From: satori Date: Mon, 7 Feb 2022 23:56:33 +0800 Subject: [PATCH] anime --- assets/sass/default.sass | 4 ++ components/Drawer.vue | 127 +++++++++++++++++++++++++++++++++++++++ layouts/default.vue | 6 -- nuxt.config.js | 31 +++++++++- package.json | 5 +- pages/index.vue | 37 +++--------- pages/thread.vue | 3 + pages/thread/_id.vue | 54 ++++++++--------- yarn.lock | 12 ++++ 9 files changed, 216 insertions(+), 63 deletions(-) create mode 100644 components/Drawer.vue create mode 100644 pages/thread.vue diff --git a/assets/sass/default.sass b/assets/sass/default.sass index 14c52ba..47612bd 100644 --- a/assets/sass/default.sass +++ b/assets/sass/default.sass @@ -16,6 +16,10 @@ html, body background-color: var(--background-default) min-height: 100vh +html::-webkit-scrollbar, +body::-webkit-scrollbar + display: none + button background: #cc1414 color: #ffffff diff --git a/components/Drawer.vue b/components/Drawer.vue new file mode 100644 index 0000000..88dd812 --- /dev/null +++ b/components/Drawer.vue @@ -0,0 +1,127 @@ + + + + + diff --git a/layouts/default.vue b/layouts/default.vue index 7bd3f1b..1016a4e 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -18,12 +18,6 @@ NuxtLink.button(to="/account/create") Login .websocket(:class="{ on: websocket }") Nuxt - footer.footer - p - b Kana - .github - a(href="https://github.com/InvisibleFuture/kana") - span.fab.fa-github