layout, full width gallery on mobile

This commit is contained in:
Martti Malmi
2023-12-08 10:02:49 +02:00
parent 31d9c52080
commit 4f7152d3e0
3 changed files with 3 additions and 4 deletions

View File

@ -371,9 +371,9 @@ export function NoteInner(props: NoteProps) {
{translation()}
{pollOptions()}
{options.showReactionsLink && (
<div className="reactions-link cursor-pointer" onClick={() => setShowReactions(true)}>
<span className="reactions-link cursor-pointer" onClick={() => setShowReactions(true)}>
<FormattedMessage {...messages.ReactionsLink} values={{ n: totalReactions }} />
</div>
</span>
)}
</div>
{options.showFooter && (