mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 09:45:24 -04:00
Email reader: solid bg + gradient fade on action cluster overlay
Was rendering as a transparent ghost — From chip / sender text bled through the gaps between icons. Added a left-fading gradient backed by var(--bg) so the cluster reads as an opaque overlay while chips poking out from underneath blend smoothly into its left edge.
This commit is contained in:
@@ -28083,6 +28083,11 @@ button .spinner-whirlpool {
|
||||
top: 1px;
|
||||
right: 14px;
|
||||
z-index: 2;
|
||||
/* Solid background with a left-edge gradient fade so the From
|
||||
chip / sender text doesn't bleed through the gaps between icons
|
||||
when they overlay. */
|
||||
background: linear-gradient(to right, transparent 0, var(--bg) 18px);
|
||||
padding-left: 22px;
|
||||
}
|
||||
.email-reader-meta-row.email-reader-meta-from {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user