feat: restore full-fidelity heaven rituals

This commit is contained in:
leefer
2026-07-23 23:50:12 +08:00
parent bc7521a591
commit eb1e2bca9a
8 changed files with 211 additions and 207 deletions
+1 -21
View File
@@ -11825,7 +11825,7 @@ button.account-role-badge:focus-visible { outline: 2px solid var(--blue); outlin
min-height: 360px;
position: relative;
overflow: hidden;
background: #fdfcf8;
background: #05060d;
}
.heaven-reading-loading[hidden] { display: none; }
.heaven-reading-loading canvas {
@@ -11833,21 +11833,6 @@ button.account-role-badge:focus-visible { outline: 2px solid var(--blue); outlin
height: 100%;
display: block;
}
.heaven-reading-loading-status {
position: absolute;
right: 20px;
bottom: 8px;
left: 20px;
display: grid;
justify-items: center;
gap: 2px;
padding: 7px 10px 5px;
background: linear-gradient(180deg, rgba(253, 252, 248, 0), rgba(253, 252, 248, .9) 34%);
text-align: center;
pointer-events: none;
}
.heaven-reading-loading-status strong { color: #69493a; font-family: var(--heaven-serif); font-size: 12px; letter-spacing: 0; }
.heaven-reading-loading-status small { color: var(--text-secondary); font-family: var(--heaven-serif); font-size: 10px; }
.heaven-reading-result > header,
.heaven-reading-history-detail > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.heaven-reading-result > header span,
@@ -11893,11 +11878,6 @@ button.account-role-badge:focus-visible { outline: 2px solid var(--blue); outlin
@media (max-height: 520px) {
.heaven-reading-loading { min-height: 260px; }
.heaven-reading-loading-status small { display: none; }
}
@media (prefers-reduced-motion: reduce) {
.heaven-reading-loading-status { transition: none; }
}
/* Mentor directory: dense evidence-aware navigation for larger skill libraries. */