discourse/plugins/styleguide/spec
Jarek Radosz 911488bac1
UX: Fix more-topics tabs interaction with --space (#34047)
Changing `--space` css var would result in incorrect size of the tabs
and wrong placement of the border:

<img width="232" height="87" alt="Screenshot 2025-08-01 at 16 15 39"
src="https://github.com/user-attachments/assets/8327dea0-6170-4737-bb57-f647c363f358"
/>

The implementation isn't ideal, there are sub-pixel height differences
between the tabs and table header cells, but it's difficult to match
`display: block/flex` and `display: table-cell`.

---

This also removes sizing down the font size on smaller screens. (the
smaller font looked out of place between other, larger sized UI
elements)
2025-08-08 00:06:30 +02:00
..
integration UX: show all preinstalled plugins and label them as such (#33681) 2025-07-17 15:11:52 -04:00
system UX: Fix more-topics tabs interaction with --space (#34047) 2025-08-08 00:06:30 +02:00