View Single Post
Old 04-07-2024, 04:06 PM   #22
hatuluang
Teluk Biru
hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.hatuluang ought to be getting tired of karma fortunes by now.
 
hatuluang's Avatar
 
Posts: 154
Karma: 348662
Join Date: Jan 2023
Device: Kobo Clara 2E
Quote:
Originally Posted by jackie_w View Post
Is everything done, now?
I'm sorry, forgot to inform you that If I enable the Custom synopsis details line spacing, I can't manage to increase the font on the Custom synopsis font size to 41 px (Clara 2E)

Code:
Custom synopsis font size:
  - Enabled: yes
  - Description: Increase synopsis font size
  - FindZlib: "body[qApp_deviceIsTrilogy=true] {\n  font-size: 19px;" # BookDetails.qss
  - ReplaceZlibGroup:
      Replacements:
      - {Find: "font-size: 19px;", Replace: "font-size: 20px;"} # Touch/Mini (Trilogy)
      - {Find: "font-size: 23px;", Replace: "font-size: 25px;"} # Glo/Aura/Aura2E/Nia (Phoenix)
      - {Find: "font-size: 29px;", Replace: "font-size: 32px;"} # AuraHD/AuraH2O/AuraH2O2 (Dragon)
      - {Find: "font-size: 32px;", Replace: "font-size: 41px;"} # GloHD/ClaraHD/Clara2E (Alyssum/Nova) (default: 35px)
      - {Find: "font-size: 34px;", Replace: "font-size: 37px;"} # LibraH2O/Libra2 (Storm)
      - {Find: "font-size: 37px;", Replace: "font-size: 40px;"} # AuraONE/Forma/Sage/Elipsa/Elipsa2E (Daylight)

Last edited by hatuluang; 04-07-2024 at 04:12 PM.
hatuluang is offline   Reply With Quote