mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 12:52:46 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
* 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
7 lines
91 B
SCSS
7 lines
91 B
SCSS
.emoji-picker {
|
|
box-shadow: none;
|
|
height: 250px;
|
|
border-radius: 0;
|
|
border: none;
|
|
}
|