|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<div class='input_editor_core__format_bar'>
|
|
<div class='input_editor_core__format_bar'>
|
|
<div
|
|
<div
|
|
- class='input_editor_core__format_button'
|
|
|
|
|
|
+ class='input_editor_core__format_button input_editor_core__format_button--emoji'
|
|
title='Emoji'
|
|
title='Emoji'
|
|
@click='emojiSelectorVisible = true'
|
|
@click='emojiSelectorVisible = true'
|
|
>
|
|
>
|
|
@@ -380,4 +380,10 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @media (max-width: 420px) {
|
|
|
|
+ .input_editor_core__format_button--emoji {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|