1.0.60
All checks were successful
Build and Release / build-and-release (push) Successful in 12m29s

This commit is contained in:
Bryan1029384756
2026-04-14 20:03:54 -05:00
parent b7a4cf4ce8
commit 965048f7d2
47 changed files with 2558 additions and 135 deletions

View File

@@ -309,9 +309,9 @@
display: inline-flex;
align-items: center;
gap: 4px;
padding: 2px 8px;
padding: 0.125rem 0.375rem;
border-radius: var(--radius-lg);
background-color: var(--background-secondary);
background-color: color-mix(in srgb, var(--brand-primary) 36%, var(--background-secondary) 64%);
border: 1px solid transparent;
cursor: pointer;
font-size: 0.875rem;
@@ -329,9 +329,21 @@
}
.reactionCount {
font-size: 0.75rem;
font-size: 16px;
color: var(--text-secondary);
font-weight: 500;
font-weight: 600;
}
/* Emoji glyph inside a reaction chip — shared between the custom
<img> path and the unicode TwemojiImg path so both chip styles
have identical box sizing. `rem` units scale with the user's
font size instead of hard-locking to 16px. */
.reactionEmoji {
width: 1.25rem;
height: 1.25rem;
margin: 0.125rem 0;
object-fit: contain;
vertical-align: middle;
}
/* Custom MSC2545 emoji reaction — rendered as an inline image in the