-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(frontend): 一定の条件でノート送信ボタンが意図しない見た目になる問題を修正 #884
Conversation
これmedia queryのcssでdisplay: noneするだけで処理できるんじゃない?screenwidthをwatchする必要はなさそう 参考 misskey/packages/frontend/src/components/MkPostForm.vue Lines 1395 to 1402 in f280ce2
|
submitInnerにgapを設定するとmarginのためのclassは要らなくなりそう
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- gapだけだと効かないのでflexにする
- アイコンの位置がずれるのでspanで囲む
- 1つの要素しかなければgapは何もしないので変えなくていい
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
|
確かに...🥴 |
|
What
Why
Additional info (optional)
Checklist