jack222
(name)
2 Marzo, 2026 15:42
1
Hola,
El indicador de subrayado debajo de las pestañas “Sugerido” y “Relacionado” está desalineado verticalmente. Al cambiar entre las dos pestañas, la línea horizontal aparece a diferentes alturas, lo que resulta en un diseño inconsistente.
Creo que este es un problema de interfaz de usuario que podría necesitar ser corregido.
1 me gusta
¡Gracias por reportarlo! Tenemos algunos cambios en estas pestañas en proceso que solucionarán esto pronto.
main ← dev-render-more-tabs-header
approved 09:24PM - 27 Feb 26 UTC
This makes these tabs for suggested topics less fragile by rendering the tabs di… rectly within the `th` cell, rather than implementing them outside the table an absolutely positioning them.
<img width="2038" height="828" alt="image" src="https://github.com/user-attachments/assets/f746dbaf-cbd0-4fcc-9147-73856782b5a9" />
This is done by moving the tab state into a `MoreTopicsTabsService` so `TopicCell` can access it directly.
2 Me gusta
Falco
(Falco)
3 Marzo, 2026 23:38
3
@awesomerobot las pestañas han desaparecido en el móvil aquí en Meta, ¿está relacionado?
3 Me gusta
¡Lo es! Solución en camino
main ← fix-show-mobile-suggested-tabs
opened 12:29AM - 04 Mar 26 UTC
Follow-up to b89e514552fdc029b2b998adc7024e10b1049574
Since the tabs now rend… er in the table header, we need to force them to appear on mobile (because we hide the table header)
Before (missing tabs):
<img width="400" alt="image" src="https://github.com/user-attachments/assets/1014af57-ae84-4850-bbd3-48690ba6802b" />
After:
<img width="400" alt="image" src="https://github.com/user-attachments/assets/405e8052-2138-444a-8676-1cb51a3c7331" />
1 me gusta