View Single Post
Old 09-16-2019, 09:32 AM   #146
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,636
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by jackie_w View Post
Regarding oren64's "Increase the view details container size" ... I've been using my own custom version for a while to change the top/bottom split proportions of the Book Details page. It should work for fw 4.16.

If oren64 is no longer maintaining his patch and you're prepared to beta test on behalf of the rest of the kobopatch community, perhaps mine could be used as a suitable replacement in the standard pack.

Increase Book Details synopsis area patch for nickel.yaml
Spoiler:
Code:
Increase Book Details synopsis area:
  - Enabled: no
  - Description: |
      Book details page: 
        Increase height of bottom half (Synopsis) by 
        decreasing height of top half (Cover, Title, Author, Series)
      See https://www.mobileread.com/forums/showpost.php?p=3311354&postcount=134
      fw 4.12: updated by jackie_w
  - FindZlib: "#bookInfoWidget"
  - ReplaceZlibGroup:
      Replacements:
            #   Portrait mode:  #bookInfoWidget[isLandscape=false]: 
        - {Find: "height: 300px;", Replace: "height: 200px;"} #Touch/Mini
        - {Find: "height: 390px;", Replace: "height: 230px;"} #Glo/Aura/Aura2
        - {Find: "height: 550px;", Replace: "height: 370px;"} #AuraHD/H2O/H2O2/GloHD/ClaraHD
        - {Find: "height: 642px;", Replace: "height: 425px;"} #LibraH2O (*untested)
        - {Find: "height: 715px;", Replace: "height: 500px;"} #AuraOne/Forma
            #   Landscape mode:  #bookInfoWidget[isLandscape=true]: 
        - {Find: "height: 210px;", Replace: "height: 200px;"} #Touch/Mini
        - {Find: "height: 265px;", Replace: "height: 230px;"} #Glo/Aura/Aura2
        - {Find: "height: 420px;", Replace: "height: 370px;"} #AuraHD/H2O/H2O2/GloHD/ClaraHD
        - {Find: "height: 490px;", Replace: "height: 425px;"} #LibraH2O (*untested)
        - {Find: "height: 540px;", Replace: "height: 500px;"} #AuraOne/Forma
At a first sight, it's ok (I've tested it now). No problem and view details has a nicer aspect now. Thank you!
Terisa de morgan is offline   Reply With Quote