mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 03:24:31 +01:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user