mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Emoji window was too big on mobile
This commit is contained in:
@@ -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%));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user