yaptide / ui

Yet Another Particle Transport IDE - frontend
https://yaptide.github.io/web_dev/
GNU General Public License v3.0
9 stars 4 forks source link

Fix headings hierarchy #1411

Closed grzanka closed 3 weeks ago

grzanka commented 8 months ago

In the "Input files" the Yaptide is at H5, while geo.dat is at H2. This should be inverted

matuszsmig commented 5 months ago

@grzanka are we talking about inverting this two tags? h2h5

grzanka commented 5 months ago

@grzanka are we talking about inverting this two tags? h2h5

If they have H2 and H5 tags, then yes. But simply replacing tags won't solve the problem. I'd like to keep the font size as it is now (or similar), ideally controlled via CSS or other mechanism.

Heading tags should follow the hierarchy of components and divs. Inner divs/components should use higher number (smaller) headings.