mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 00:00:28 +03:00
Use jumbo emoji for short emoji-only messages (#207)
* Display messages containing only <7 emoji bigger * Amending PR: Address mentioned concerns This fixes several concerns raised during the PR review process. A summary of the changes implemented is below: - Size jumbo emoji using the text-h1 class, instead of hardcoding a size - Increase the emoji limit to 10 - Re-wrap m.text messages in a p tag, fixing a bug where newlines were lost
This commit is contained in:
parent
9854f4eb2d
commit
6ff339b552
2 changed files with 33 additions and 3 deletions
|
|
@ -198,6 +198,7 @@
|
|||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.data-mx-spoiler--visible {
|
||||
background-color: var(--bg-surface-active) !important;
|
||||
color: inherit !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue