При редактировании поста иконка (i) для указания причины редактирования не выровнена по вертикали с аватаром пользователя и иконками локализации поста.
Как видно на скриншоте, эта иконка расположена ниже остальных.
2 лайка
Спасибо, что сообщили об этом!
Исправление будет внесено здесь:
main ← ux-edit-reason-mobile
merged 09:25PM - 22 Dec 25 UTC
We had some minor misalignment here with the ℹ️ icon and the input
Before:
… <img width="419" height="57" alt="image" src="https://github.com/user-attachments/assets/53d3031a-9f2b-494c-a7a5-cecf91453194" />
<img width="314" height="95" alt="image" src="https://github.com/user-attachments/assets/601ecc8d-d44f-4e53-9301-515bdd7cae30" />
After:
<img width="419" height="58" alt="image" src="https://github.com/user-attachments/assets/df61f04b-a414-4752-820f-bac30fd47317" />
<img width="314" height="97" alt="image" src="https://github.com/user-attachments/assets/ea9b76c0-1f1c-4acc-8cd5-c98efe4833ce" />
2 лайка
Хм… Теперь я вижу это в Meta:
1 лайк
Ах да, у меня не была включена локализация, спасибо ещё раз!
main ← ux-edit-reason-localization
merged 03:26PM - 23 Dec 25 UTC
Minor follow-up to https://github.com/discourse/discourse/pull/36837
This fix… es wrapping of the post edit reason button when post localization is enabled too
Before (the ℹ️ button wraps):
<img width="996" height="158" alt="image" src="https://github.com/user-attachments/assets/a6857ade-7c22-4621-9753-496968d6a4a4" />
<img width="996" height="198" alt="image" src="https://github.com/user-attachments/assets/3616cfa5-ae08-4571-a532-a02f727fd64b" />
After:
<img width="982" height="102" alt="image" src="https://github.com/user-attachments/assets/70fc8a19-eeed-405e-aee5-7b4617059821" />
<img width="994" height="198" alt="image" src="https://github.com/user-attachments/assets/2ae4557c-2967-424e-a82e-545285797653" />