user_circles: Experiment with horizontal gradient on idle circles.

This commit is contained in:
Karl Stolley
2025-02-11 10:10:01 -05:00
committed by Tim Abbott
parent 331870afeb
commit 205917f9d0

View File

@@ -3,7 +3,13 @@
}
.user-circle-idle {
color: var(--color-user-circle-idle);
background: linear-gradient(
to right,
var(--color-user-circle-idle) 25%,
transparent
);
background-clip: text;
-webkit-text-fill-color: transparent;
}
.user-circle-offline {