marzer / poxy

Documentation generator for C++
https://pypi.org/project/poxy
MIT License
135 stars 5 forks source link

Footer misalignement with Mozilla Firefox 110.0 on 3840x2160 (16:9) #24

Closed wroyca closed 11 months ago

wroyca commented 1 year ago

Environment

version and/or commit hash: 0.12.3

Describe the bug

The footer may be misaligned in some cases. This is especially apparent with Mozilla Firefox 110.0 on a 3840x2160 (16:9) display scaled at 200%:

Screenshot from 2023-03-16 08-53-00

Bug report

poxy_bug_report.zip

wroyca commented 1 year ago

I suspect the intent was to align with the content of the page disregarding the toc - in which case, that is indeed the expected behavior, although it may seem unnatural when the page is not filled with information(s) which is often the case with extract_all = true

marzer commented 1 year ago

I suspect the intent was to align with the content of the page disregarding the toc

Correct; it looked fine before i changed the title-bar to not be constrained to the 'center column' with the rest of the page content, so now it looks a bit odd. It is something I intend to address :)

marzer commented 11 months ago

fixed in v0.13.0 :)