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