Skip to content
Snippets Groups Projects
Unverified Commit e58b3579 authored by Takeshi Kishi's avatar Takeshi Kishi Committed by GitHub
Browse files

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
parent 789689e7
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment