mirror of
https://github.com/usememos/memos.git
synced 2025-04-13 09:02:09 +02:00
fix: emoji picker position in fullscreen (#251)
This commit is contained in:
parent
06f5a5788e
commit
65f7aa7914
@ -17,8 +17,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& .emoji-picker-react {
|
.emoji-picker-react {
|
||||||
@apply bottom-16 sm:bottom-auto;
|
@apply bottom-16;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -39,6 +39,10 @@
|
|||||||
top: unset;
|
top: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji-picker-react {
|
||||||
|
@apply bottom-20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.edit-ing {
|
&.edit-ing {
|
||||||
@ -84,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emoji-picker-react {
|
.emoji-picker-react {
|
||||||
@apply absolute;
|
@apply absolute shadow;
|
||||||
|
|
||||||
li.emoji::before {
|
li.emoji::before {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user