Quote:
Originally Posted by jackie_w
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!