View Single Post
Old 10-26-2021, 09:44 AM   #7
MGlitch
Wizard
MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.MGlitch ought to be getting tired of karma fortunes by now.
 
Posts: 2,857
Karma: 22003124
Join Date: Aug 2014
Device: Kobo Forma, Kobo Sage, Kobo Libra 2
I'm guessing for
"Reduce top/bottom page spacer" we'll have to add entries for the Sage and Libra 2?

I'd think the following would work (I may be wrong one of the patch folks can correct me)

Code:
      # Sage: 56px --> 28px
      - Find:    "MediumVertSpacer[qApp_deviceIsCadmus=true] {\n  min-height: 56px;\n  max-height: 56px;\n}"
        Replace: "MediumVertSpacer[qApp_deviceIsCadmus=true] {\n  min-height: 28px;\n  max-height: 28px;\n}"

      # Libra2: 50px --> 25px
      - Find:    "MediumVertSpacer[qApp_deviceIsIO=true] {\n  min-height: 50px;\n  max-height: 50px;\n}"
        Replace: "MediumVertSpacer[qApp_deviceIsIO=true] {\n  min-height: 25px;\n  max-height: 25px;\n}"
Obviously I'm just guessing, merely because the Sage and Libra 2 aren't mentioned in the yaml file.
MGlitch is offline   Reply With Quote