lang
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user