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:
pewdiepie-archdaemon
2026-06-11 22:06:58 +09:00
parent 7e029db44a
commit 6066d0af02
+5
View File
@@ -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;