WikimediaDesktop default CSS should be enhanced / updated
Main visible issue is that CSS rule:
.content h2 {
clear: both
}
This causes lots of weird layouts like below
| Currently in ZIM | Without the CSS rule above in ZIM | Online |
|---|---|---|
This comes from res/inserted_style.css
@kelson42 How are we supposed to maintain this minified file? May I at least remove this CSS rule?
To me this is kinda a blocker to use WikimediaDesktop at large, since there might be other outdated / wrong rules there, we need to sort this out.
@benoit74 I'm abroad, therefore only a short answer. We have for sure one or two other issues dedicated to this static CSS file. Agree with you: current approach is more than problematic. I can not tell if we can remove it.
Postponing to later, with 2.0.0 we will use ActionParse which does not suffer from this problem.
LOL, we were worrying about this back in 2017... see #96.
Glad I've hopefully finally fixed the issue 🤣
@benoit74 I strongly suspect that this issue would benefit now (post 1.16. release) an update.
This is fixed since 1.15 when we use ActionParse