mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
FIX: Emoji window was too big on mobile
This commit is contained in:
parent
db5f8857cf
commit
393a05ed9e
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
.emoji-table-wrapper {
|
||||
min-width: 320px;
|
||||
}
|
||||
|
||||
.emoji-modal {
|
||||
width: 340px;
|
||||
margin-top: -132px;
|
||||
margin-left: -170px;
|
||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue