mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 02:34:05 +08:00
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) |
||
|---|---|---|
| .. | ||
| sidebar | ||
| _index.scss | ||
| drafts-dropdown-menu.scss | ||
| header-search.scss | ||
| more-topics.scss | ||
| user-card.scss | ||
| user-info.scss | ||
| user-stream-item.scss | ||