mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-16 04:00:29 +03:00
Fix twemoji scaling
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
ea5b63af18
commit
0f963a93f1
2 changed files with 7 additions and 6 deletions
|
|
@ -241,8 +241,8 @@
|
|||
cursor: pointer;
|
||||
|
||||
& .react-emoji {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 2px;
|
||||
}
|
||||
&-count {
|
||||
|
|
@ -250,8 +250,8 @@
|
|||
color: var(--tc-surface-normal)
|
||||
}
|
||||
&-tooltip .react-emoji {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: 0 var(--sp-ultra-tight);
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue