From c1c24b08fa8b93fad1cde0073e87fa5abf8aeaeb Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 09:44:40 +0700 Subject: [PATCH 1/7] Fix Padding for Messages --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 0ee26a55..0ab61781 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11597,8 +11597,8 @@ hr { /* Scoped tokens — override via theme to retune. */ --dmsg-row-padding-y: 0px; --dmsg-row-padding-x: 2px; - --dmsg-streak-gap: 14px; - --dmsg-continuation-gap: 0px; + --dmsg-streak-gap: 16px; + --dmsg-continuation-gap: 2px; --dmsg-gutter-width: 56px; --dmsg-avatar-size: 40px; --dmsg-author-color: #ffffff; From 0de3c9d7c99857231d0e51abe356ad2351c0f236 Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 09:52:11 +0700 Subject: [PATCH 2/7] Fix Chat Input Black & Remove BG --- src/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 0ab61781..98deef9c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -2478,7 +2478,7 @@ body.chat-bg-disabled .chat-messages::before { position: relative; width: 100%; align-items: center; - background-color: #0a0a0a; + background-color: #030303; height: 45px; margin-top: auto; margin-bottom: auto; @@ -2522,6 +2522,7 @@ body.chat-bg-disabled .chat-messages::before { max-height: 150px; padding: 10px; padding-left: 0; + background: transparent !important; } #chat-input::placeholder { From 14d857a47ff94e600cff453d32badedee3628da9 Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 09:56:34 +0700 Subject: [PATCH 3/7] Hide Message Status --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 98deef9c..33df157e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11897,7 +11897,7 @@ hr { * a block-level antecedent (attachment, link preview, npub preview, payment), * the status flips to its own line below them, right-aligned. */ .dmsg-status { - display: inline-flex; + display: none; align-items: center; gap: 4px; margin-left: 6px; From e2f9315531f90898bc3685b1cc4cea5f2ea7918e Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 10:10:42 +0700 Subject: [PATCH 4/7] Center Align Admin Badge for GC --- src/styles.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 33df157e..ae09524f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11721,7 +11721,7 @@ hr { .dmsg-header { display: flex; - align-items: baseline; + align-items: center; gap: 8px; margin-bottom: -2px; flex-wrap: wrap; @@ -11735,6 +11735,8 @@ hr { line-height: 1.3; user-select: none; -webkit-user-select: none; + position: relative; + top: 1px; } .dmsg-author:hover { text-decoration: underline; } @@ -11747,7 +11749,7 @@ hr { padding: 2px 5px; border-radius: 3px; line-height: 1; - vertical-align: middle; + vertical-align: center; } .dmsg-author-badge.admin { background: var(--icon-color-primary, #59fcb3); From f2195201d0bc3ed141519e24b90fe3d7e7aa4fda Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 10:14:46 +0700 Subject: [PATCH 5/7] Remove Message Status on Image Attachments --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index ae09524f..0cc6411a 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11913,7 +11913,7 @@ hr { .dmsg-preview ~ .dmsg-status, .msg-profile-preview ~ .dmsg-status, .msg-pivx-payment ~ .dmsg-status { - display: block; + display: none !important; text-align: right; margin-left: 0; margin-top: 2px; From 6bfbd0c85ed36a8d5b7bfd264a41e0b88974a21d Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 17:06:34 +0700 Subject: [PATCH 6/7] Reduce Reply to Hover Values --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 0cc6411a..ec0a4f75 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11609,8 +11609,8 @@ hr { --dmsg-hover-bg: rgba(255, 255, 255, 0.05); --dmsg-pinged-bg: color-mix(in srgb, var(--icon-color-primary, #59fcb3) 13%, transparent); --dmsg-pinged-border: var(--icon-color-primary, #59fcb3); - --dmsg-replying-bg: rgba(255, 255, 255, 0.09); - --dmsg-replying-border: rgba(255, 255, 255, 0.65); + --dmsg-replying-bg: rgba(255, 255, 255, 0.05); + --dmsg-replying-border: rgba(255, 255, 255, 0.5); } .dmsg { From 8de9f44a09d1b0f90e97066eb78735c3a6837f3c Mon Sep 17 00:00:00 2001 From: Yuurin Bee Date: Sun, 10 May 2026 17:11:42 +0700 Subject: [PATCH 7/7] Adjust Text Opacity --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index ec0a4f75..acdc3543 100644 --- a/src/styles.css +++ b/src/styles.css @@ -11603,7 +11603,7 @@ hr { --dmsg-gutter-width: 56px; --dmsg-avatar-size: 40px; --dmsg-author-color: #ffffff; - --dmsg-text-color: rgba(255, 255, 255, 0.92); + --dmsg-text-color: rgba(255, 255, 255, 0.85); --dmsg-time-color: rgba(255, 255, 255, 0.4); --dmsg-pending-opacity: 0.6; --dmsg-hover-bg: rgba(255, 255, 255, 0.05);