Skip to content

Commit 2c52c18

Browse files
more mobile adaptation
1 parent ee7dc88 commit 2c52c18

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

src/app/organisms/emoji-board/EmojiBoard.scss

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,39 @@
212212
}
213213
}
214214
}
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+
.emoji-row > span {
227+
margin-left: 7px !important;
228+
margin-right: 7px !important;
229+
}
230+
}
231+
}
232+
}
233+
234+
@media (max-width: 370px) {
235+
.emoji-board-tippy {
236+
#emoji-board {
237+
.emoji-row > span {
238+
margin-left: 0px;
239+
margin-right: 0px;
240+
}
241+
}
242+
243+
[board-type='sticker'] {
244+
.emoji-row > span {
245+
margin-left: 3px !important;
246+
margin-right: 3px !important;
247+
}
248+
}
249+
}
250+
}

0 commit comments

Comments
 (0)