From fd795df8ac7aef0441c64a8ea2013cab8ebec909 Mon Sep 17 00:00:00 2001 From: padreug Date: Fri, 8 Aug 2025 15:00:51 +0200 Subject: [PATCH] refactor: Enhance layout structure in ChatComponent for improved responsiveness - Update the layout of the peer list and scrolling area to utilize flex properties, ensuring better responsiveness and clarity. - Adjust the structure of the ChatComponent to maintain consistent spacing and alignment across different screen sizes. --- src/components/nostr/ChatComponent.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/nostr/ChatComponent.vue b/src/components/nostr/ChatComponent.vue index 9f64e02..8d95a01 100644 --- a/src/components/nostr/ChatComponent.vue +++ b/src/components/nostr/ChatComponent.vue @@ -21,8 +21,8 @@ -
-
+
+

Peers ({{ filteredPeers.length }})

@@ -52,7 +52,7 @@
- +
@@ -192,8 +192,8 @@
-
-
+
+

Peers ({{ filteredPeers.length }})

@@ -223,7 +223,7 @@
- +