mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FIX: Emoji modal height was too short on mobile.
This commit is contained in:
@ -14,7 +14,7 @@ body img.emoji {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 445px;
|
||||
height: 264px;
|
||||
min-height: 264px;
|
||||
margin-top: -132px;
|
||||
margin-left: -222px;
|
||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||
|
Reference in New Issue
Block a user