From 49ea7504a1bfbf84fca3c1df4445a3490829965d Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 15:37:16 +0200 Subject: [PATCH] style: make relay indicator match CompactButton (same look as menu) - Remove custom opacity for relay indicator - Rely on styles for hover/active/spacing - Ensures relay button visually matches three-dot menu button --- src/styles/layout/highlights.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/layout/highlights.css b/src/styles/layout/highlights.css index 22ee1764..8b24dd85 100644 --- a/src/styles/layout/highlights.css +++ b/src/styles/layout/highlights.css @@ -131,7 +131,7 @@ .highlight-item.level-nostrverse .highlight-footer { border-color: color-mix(in srgb, var(--highlight-color-nostrverse, #9333ea) 60%, #333); } .highlight-quote-icon { position: absolute; top: 0.5rem; left: 1rem; color: #646cff; font-size: 0.85rem; opacity: 0.7; z-index: 10; } -.highlight-relay-indicator { opacity: 0.7; flex-shrink: 0; } +.highlight-relay-indicator { flex-shrink: 0; } .highlight-relay-indicator:hover { opacity: 1; } /* Mobile: Larger touch targets and better spacing */