mirror of
https://github.com/usememos/memos.git
synced 2025-01-01 10:01:54 +08:00
fix: emoji picker position in fullscreen (#251)
This commit is contained in:
parent
06f5a5788e
commit
65f7aa7914
1 changed files with 7 additions and 3 deletions
|
@ -17,8 +17,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
& .emoji-picker-react {
|
||||
@apply bottom-16 sm:bottom-auto;
|
||||
.emoji-picker-react {
|
||||
@apply bottom-16;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,6 +39,10 @@
|
|||
top: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.emoji-picker-react {
|
||||
@apply bottom-20;
|
||||
}
|
||||
}
|
||||
|
||||
&.edit-ing {
|
||||
|
@ -84,7 +88,7 @@
|
|||
}
|
||||
|
||||
.emoji-picker-react {
|
||||
@apply absolute;
|
||||
@apply absolute shadow;
|
||||
|
||||
li.emoji::before {
|
||||
@apply hidden;
|
||||
|
|
Loading…
Reference in a new issue