mvf / qolibri

Continuation of the qolibri EPWING dictionary/book reader
GNU General Public License v2.0
172 stars 13 forks source link

Missing CSS properties? #19

Open Pixeluh opened 4 years ago

Pixeluh commented 4 years ago

I noticed that some CSS properties do not work when editing the CSS files. One in particular is padding. Any way around this? I really would like to add padding, widths, heights, etc to the css file. I'm trying to make it easier to read on the eyes...

mvf commented 4 years ago

For EPWING, qolibri currently only supports this CSS subset. padding should work, but only with px values.

Full CSS support could be added by displaying EPWING through Chromium, which is already used for web searches. This is a major change though, so I don't have an ETA ATM.