fix(client): PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整 (#10534)
* fix emoji picker padding emoji picker bottoms are hidden by iPhone Home Bar. To fix this, add safe-area padding * update CHANGELOG
This commit is contained in:
parent
789689e759
commit
e58b357918
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
- 猫耳のアバター内部部分をぼかしでマスク表示してより猫耳っぽく見えるように
|
||||
- 「UIのアニメーションを減らす」 (`reduceAnimation`) で猫耳を撫でられなくなります
|
||||
- Add Minimizing ("folding") of windows
|
||||
- PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整
|
||||
|
||||
### Server
|
||||
- PostgreSQLのレプリケーション対応
|
||||
|
|
|
@ -439,6 +439,7 @@ defineExpose({
|
|||
|
||||
&.asDrawer {
|
||||
width: 100% !important;
|
||||
padding: 12px 0 max(env(safe-area-inset-bottom, 0px), 12px) 0;
|
||||
|
||||
> .emojis {
|
||||
::v-deep(section) {
|
||||
|
|
Loading…
Reference in a new issue