Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HomeBarと画面下部のpaddingを調整する #9052

Closed
melt-adzuki opened this issue Aug 14, 2022 · 6 comments
Closed

HomeBarと画面下部のpaddingを調整する #9052

melt-adzuki opened this issue Aug 14, 2022 · 6 comments

Comments

@melt-adzuki
Copy link
Contributor

Summary

もともとあるpaddingとenv(safe-area-inset-bottom, 0px)が二重になっていて少し間隔が開きすぎている気がするので、

  1. ビューポートに空きがある(iOSでHomeBarが存在するなどの)場合はenv(safe-area-inset-bottom, 0px)を使い、
  2. 無い場合はもとのpaddingを使う

ようにしたいです。
Description

また、現状ではemoji-pickerに適切なpaddingが設定されていないため、HomeBarと検索ボックスが次のように重なります。
IMG_0364

@syuilo
Copy link
Member

syuilo commented Aug 14, 2022

iOS側の都合に合わせてデザインするのはアレだけど仕方ないか
(safe-area-inset-bottomで申告された値よりも実際のバーはそれより小さいというのはOS側の仕様の為)

@tamaina
Copy link
Contributor

tamaina commented Aug 14, 2022

safe-area-inset-bottomは「サーバーから切断されました」のトーストに適用されていない

@melt-adzuki
Copy link
Contributor Author

ついでに追加するかしら

@melt-adzuki
Copy link
Contributor Author

iOS側の都合に合わせてデザインするのはアレだけど仕方ないか (safe-area-inset-bottomで申告された値よりも実際のバーはそれより小さいというのはOS側の仕様の為)

safe-area-inset-bottomはHomeBarの高さを示してるんじゃなくてただ単に下に挿入されるべきマージンの値を示してるだけだと思う(Androidも同じく)

そう考えるとやっぱりpaddingが2重になってるのは不適切な気がする

@melt-adzuki
Copy link
Contributor Author

リアクションピッカーに関しては #10534 で解決されたっぽいけど、「ウィジェットを編集」のリンクがまだおかしい

@tamaina
Copy link
Contributor

tamaina commented Apr 10, 2023

ウィジェットドロワーのウィジェットを編集が押せないというやつか

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants