This commit is contained in:
payacom
2026-07-23 15:58:15 +03:30
parent af5b27b610
commit a1d7db5e7e
445 changed files with 23456 additions and 8865 deletions

View File

@@ -661,6 +661,15 @@ select {
animation: check-pop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes story-ring-spin {
to {
transform: rotate(360deg);
}
}
.story-ring-live {
animation: story-ring-spin 3s linear infinite;
}
/* Message enter — handled by framer-motion in ChatMessageCard */
/* ─── Shrink header ─── */
@@ -771,4 +780,18 @@ select {
}
.glass-modal-panel--center {
border-radius: 1.5rem;
}
/* English LTR page shells (applied page-by-page later) */
.locale-page-shell--ltr {
direction: ltr;
text-align: left;
}
html[dir="ltr"] body {
direction: ltr;
}
html[dir="ltr"] .rtl\:flex-row-reverse {
flex-direction: row;
}