chore: prep dreaming UI land (#64035) (thanks @davemorin)

This commit is contained in:
Vignesh Natarajan
2026-04-10 01:44:04 -07:00
committed by Vignesh
parent f479ab1498
commit 4fde879142
2 changed files with 11 additions and 8 deletions

View File

@@ -695,13 +695,12 @@
min-width: 0;
padding-bottom: 14px;
margin-bottom: 10px;
background:
linear-gradient(
180deg,
color-mix(in oklab, var(--bg) 98%, transparent) 0%,
color-mix(in oklab, var(--bg) 94%, transparent) 72%,
color-mix(in oklab, var(--bg) 0%, transparent) 100%
);
background: linear-gradient(
180deg,
color-mix(in oklab, var(--bg) 98%, transparent) 0%,
color-mix(in oklab, var(--bg) 94%, transparent) 72%,
color-mix(in oklab, var(--bg) 0%, transparent) 100%
);
}
.dreams-diary__header {
@@ -815,7 +814,10 @@
cursor: pointer;
text-align: center;
white-space: nowrap;
transition: border-color 140ms ease, color 140ms ease, background 140ms ease;
transition:
border-color 140ms ease,
color 140ms ease,
background 140ms ease;
}
.dreams-diary__day-chip:hover {