Moin
26 Junio, 2026 21:43
1
Editar la traducción al alemán de la información del tema hace que el campo de entrada del título se desplace hacia abajo desde su posición habitual, mientras que el botón de IA permanece estacionario.
No estoy seguro de que el botón sea útil para editar el título del tema traducido. Las sugerencias que obtuve estaban en inglés.
5 Me gusta
Ya es hora de arreglar ese botón de IA absolute:positioned; ha causado múltiples problemas. Veré qué se puede hacer cuando tenga tiempo.
1 me gusta
Vale, mientras la posición absoluta no se pueda eliminar que yo sepa (no hay alternativa), he hecho una corrección para este problema aquí:
main ← ux-fix-topic-title-edit-alignments
merged 11:00AM - 03 Jul 26 UTC
The translation info increased the size of the `edit-title__wrapper`, which in t… urn broke the absolute positioning (necessary evil) of the AI helper button.
This commit moves `editing-localization-indicator` a parent up, to `edit-topic-title`, so it's just part of the flex layout and no longer interferes with the wrapper.
| Then | Now |
|--------|--------|
| <img width="822" height="203" alt="CleanShot 2026-07-03 at 11 44 09" src="https://github.com/user-attachments/assets/ce525ab1-2028-43a3-86cd-61be5ae66779" /> | <img width="822" height="203" alt="CleanShot 2026-07-03 at 11 43 35" src="https://github.com/user-attachments/assets/58aa1c28-2f65-469c-9769-08279062ad16" /> |
Gracias por el reporte, por favor avísame si esto tiene efectos secundarios no deseados de alguna manera
1 me gusta