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:
Takeshi Kishi 2023-04-09 01:37:45 +09:00 committed by GitHub
parent 789689e759
commit e58b357918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
- 猫耳のアバター内部部分をぼかしでマスク表示してより猫耳っぽく見えるように
- 「UIのアニメーションを減らす」 (`reduceAnimation`) で猫耳を撫でられなくなります
- Add Minimizing ("folding") of windows
- PWA時の絵文字ピッカーの位置をホームバーに重ならないように調整
### Server
- PostgreSQLのレプリケーション対応

View File

@ -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) {