mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
FIX: Emoji modal height was too short on mobile.
This commit is contained in:
parent
5f948a35c6
commit
6a69d79def
1 changed files with 1 additions and 1 deletions
|
@ -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%));
|
||||
|
|
Loading…
Add table
Reference in a new issue