-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
iOS側の都合に合わせてデザインするのはアレだけど仕方ないか |
safe-area-inset-bottomは「サーバーから切断されました」のトーストに適用されていない |
ついでに追加するかしら |
そう考えるとやっぱりpaddingが2重になってるのは不適切な気がする |
リアクションピッカーに関しては #10534 で解決されたっぽいけど、「ウィジェットを編集」のリンクがまだおかしい |
ウィジェットドロワーのウィジェットを編集が押せないというやつか |
Summary
もともとあるpaddingと
env(safe-area-inset-bottom, 0px)
が二重になっていて少し間隔が開きすぎている気がするので、env(safe-area-inset-bottom, 0px)
を使い、ようにしたいです。
また、現状ではemoji-pickerに適切なpaddingが設定されていないため、HomeBarと検索ボックスが次のように重なります。
The text was updated successfully, but these errors were encountered: