From 60f845457800a244675d8baad8dab861b8259283 Mon Sep 17 00:00:00 2001 From: Rafi Date: Sun, 12 Feb 2023 17:32:25 +0800 Subject: [PATCH] Update the layout to accommodate mobile --- app.vue | 170 ++++-------------------------------------------- pages/index.vue | 159 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+), 157 deletions(-) create mode 100644 pages/index.vue diff --git a/app.vue b/app.vue index f5f6072..45b8b33 100644 --- a/app.vue +++ b/app.vue @@ -1,114 +1,12 @@ @@ -117,7 +15,7 @@ onNuxtReady(() => { :theme="theme" > @@ -137,59 +35,17 @@ onNuxtReady(() => { - -
- - - {{ conversation.from }} - - - - - - -
-
- - -
- -
- - -
-
- {{ new Date().getFullYear() }} — {{ runtimeConfig.public.appName }} -
-
- - {{ snackbarText }} + - - + {{ runtimeConfig.public.appName }} + + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 0000000..b3d8b3c --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,159 @@ + + + \ No newline at end of file