mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:43:24 +08:00
52fbf9d3ae
* 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;
|
|
}
|