From 420a543f8af3075502b0a7530a0fa06af264eb8b Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 18 Nov 2025 16:59:24 +0700 Subject: refactoring gui too, improvements to Nostr user logic --- gui/src/styles/Profile.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gui/src/styles/Profile.css') diff --git a/gui/src/styles/Profile.css b/gui/src/styles/Profile.css index 624cb12..58aefb8 100644 --- a/gui/src/styles/Profile.css +++ b/gui/src/styles/Profile.css @@ -322,4 +322,21 @@ color: var(--color-text-secondary); line-height: 1.5; max-width: 400px; +} + + +/* Banner Image */ +.user-banner { + width: 100%; + height: 160px; + overflow: hidden; + margin: 0; + flex-shrink: 0; +} + +.user-banner img { + width: 100%; + height: 100%; + object-fit: cover; + display: block; } \ No newline at end of file -- cgit v1.2.3