View Single Post
Old 02-18-2017, 11:52 AM   #74
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by jackie_w View Post
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!
GeoffR is offline   Reply With Quote