mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:33:08 +02:00
fix(client): 🎨 fix MkEmojiPicker safe-area-inset-bottom
Fix https://github.com/misskey-dev/misskey/pull/10534
This commit is contained in:
parent
da64273b43
commit
567c66567e
1 changed files with 4 additions and 1 deletions
|
@ -439,7 +439,6 @@ defineExpose({
|
||||||
|
|
||||||
&.asDrawer {
|
&.asDrawer {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
padding: 12px 0 max(env(safe-area-inset-bottom, 0px), 12px) 0;
|
|
||||||
|
|
||||||
> .emojis {
|
> .emojis {
|
||||||
::v-deep(section) {
|
::v-deep(section) {
|
||||||
|
@ -498,6 +497,10 @@ defineExpose({
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
|
&:not(:focus):not(.filled) {
|
||||||
|
margin-bottom: env(safe-area-inset-bottom, 0px);
|
||||||
|
}
|
||||||
|
|
||||||
&:not(.filled) {
|
&:not(.filled) {
|
||||||
order: 1;
|
order: 1;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
Loading…
Reference in a new issue