discourse/app/assets/stylesheets/mobile/emoji.scss
Joffrey JAFFEUX 52fbf9d3ae
FIX: emoji-picker improvements
* fix a performance issue on mobile when modifying filtering query, thanks to David Taylor and Jorge Manrubia for the initial finding and solution
* minor refactoring
* better positioning of the picker on mobile
2018-01-29 11:05:35 +01:00

7 lines
91 B
SCSS

.emoji-picker {
box-shadow: none;
height: 250px;
border-radius: 0;
border: none;
}