From 74d84cb2f22600b6246343e9ea606cf0db7517f0 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 19 Nov 2025 05:47:30 +0700 Subject: Big GUI improvements on Nostr rendering and fetching --- gui/src/styles/UserModal.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui/src/styles/UserModal.css') diff --git a/gui/src/styles/UserModal.css b/gui/src/styles/UserModal.css index e976b38..09fae13 100644 --- a/gui/src/styles/UserModal.css +++ b/gui/src/styles/UserModal.css @@ -4,9 +4,9 @@ display: flex; flex-direction: column; gap: 20px; - min-width: 400px; - max-width: 500px; - padding: 0; + /* min-width: 400px; */ + /* max-width: 500px; */ + padding: 1rem; overflow: hidden; } -- cgit v1.2.3