mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
This doesn't change anything in 99.9% of cases - by default d-header has only one child element `.wrap`. There are only two themes that I'm aware of that add another child: 1. discourse-categories-navbar - which I'm currently updating to use the new header APIs, and where the column layout makes more sense 2. a private theme, which was recently updated to use those APIs and that works around the current layout by applying `flex-wrap: wrap` to d-header (I'll remove that override as it conflicts with this change) |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |