Quote:
Originally Posted by jackie_w
In case it helps, the Kobo synopsis display is controlled by this css stream in the nickel file
[...]
Code:
body[qApp_deviceIsPhoenix="true"] {
line-height: 1em;
}
|
That is certainly the CSS causing the problem, ...
Quote:
If the original Glo is considered to be 'deviceIsPhoenix' then it may be the last line which is causing your problem. As this is one of the few nickel css streams which is not compressed you could probably quite easily create a patch to suit your requirements. For instance, I've custom patched my currently used devices (H2O, GloHD, AuraOne) to display the synopsis as sans-serif, full-justified with line-height 1.3.
|
And that is the solution, thanks!