We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7dc88 commit 2c52c18Copy full SHA for 2c52c18
src/app/organisms/emoji-board/EmojiBoard.scss
@@ -212,3 +212,39 @@
212
}
213
214
215
+
216
+@media (max-width: 420px) {
217
+ .emoji-board-tippy {
218
+ #emoji-board {
219
+ .emoji-row > span {
220
+ margin-left: 3px;
221
+ margin-right: 3px;
222
+ }
223
224
225
+ [board-type='sticker'] {
226
227
+ margin-left: 7px !important;
228
+ margin-right: 7px !important;
229
230
231
232
+}
233
234
+@media (max-width: 370px) {
235
236
237
238
+ margin-left: 0px;
239
+ margin-right: 0px;
240
241
242
243
244
245
+ margin-left: 3px !important;
246
+ margin-right: 3px !important;
247
248
249
250
0 commit comments