From a8acfeea5877194ac9ddafea61d518916fd244af Mon Sep 17 00:00:00 2001 From: Rafi Date: Wed, 8 Mar 2023 16:22:22 +0800 Subject: [PATCH] Improve drawer width and conversation list style. --- layouts/default.vue | 40 ++++++++++++++++++++++++---------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 98e7015..0c45383 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -99,6 +99,7 @@ onNuxtReady(async () => {
@@ -127,6 +128,7 @@ onNuxtReady(async () => { > { hide-details density="compact" autofocus + @keyup.enter="updateConversation(cIdx)" @click:append="updateConversation(cIdx)" > @@ -145,28 +148,33 @@ onNuxtReady(async () => { v-slot="{ isHovering, props }" > {{ conversation.topic }} - - +
- - - - + + + + +
+