summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-04 18:28:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-04 18:28:31 +0900
commit1fd345f563f8fa63eed2f200679469bed618d8fd (patch)
treeff1f67ee828dd74eebf08ac81e4cee037da41d62 /src
parent「すべて既読にする」でグループメッセージが既読にな... (diff)
downloadsharkey-1fd345f563f8fa63eed2f200679469bed618d8fd.tar.gz
sharkey-1fd345f563f8fa63eed2f200679469bed618d8fd.tar.bz2
sharkey-1fd345f563f8fa63eed2f200679469bed618d8fd.zip
chore(client): :art:
Diffstat (limited to 'src')
-rw-r--r--src/client/pages/not-found.vue27
1 files changed, 4 insertions, 23 deletions
diff --git a/src/client/pages/not-found.vue b/src/client/pages/not-found.vue
index 7f4c46c23d..5bc4d4589a 100644
--- a/src/client/pages/not-found.vue
+++ b/src/client/pages/not-found.vue
@@ -3,12 +3,10 @@
<portal to="icon"><fa :icon="faExclamationTriangle"/></portal>
<portal to="title">{{ $t('notFound') }}</portal>
- <section class="_card">
- <div class="_content">
- <img src="https://xn--931a.moe/assets/not-found.jpg" class="_ghost"/>
- <div>{{ $t('notFoundDescription') }}</div>
- </div>
- </section>
+ <div class="_fullinfo">
+ <img src="https://xn--931a.moe/assets/not-found.jpg" class="_ghost"/>
+ <div>{{ $t('notFoundDescription') }}</div>
+ </div>
</div>
</template>
@@ -30,20 +28,3 @@ export default Vue.extend({
},
});
</script>
-
-<style lang="scss" scoped>
-.ipledcug {
- > ._card {
- > ._content {
- text-align: center;
-
- > img {
- vertical-align: bottom;
- height: 150px;
- margin-bottom: 16px;
- border-radius: 16px;
- }
- }
- }
-}
-</style>