View Single Post
Old 12-22-2019, 08:58 PM   #180
FrozenTrout
Member
FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.FrozenTrout is just one insight away from self-actualization.
 
Posts: 21
Karma: 88814
Join Date: Apr 2011
Device: iPad, Kobo Aura 2, Kobo Libra H20
Quote:
Originally Posted by Semwize View Post
try

Spoiler:
Code:
Increase headlines font:
  - Enabled: no
  - Description: |
      Increase the font size in My books, Activity, Bookstore...
      See https://www.mobileread.com/forums/showpost.php?p=3520879&postcount=42
  - FindZlib: "#tabContainer > N3TabItem"
  - ReplaceZlib:
      Find:    "#tabContainer > N3TabItem[qApp_deviceIsTrilogy=true] {\n  font-size: 16px;\n}"
      Replace: "#tabContainer > N3TabItem[qApp_deviceIsTrilogy=true] {\n  font-size: 28px;\n}"
  - ReplaceZlib:
      Find:    "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 20px;\n}"
      Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 36px;\n}"
  - ReplaceZlib:
      Find:    "#tabContainer > N3TabItem[qApp_deviceIsDragon=true] {\n  font-size: 28px;\n}"
      Replace: "#tabContainer > N3TabItem[qApp_deviceIsDragon=true] {\n  font-size: 42px;\n}"
  - ReplaceZlib:
      Find:    "#tabContainer > N3TabItem[qApp_deviceIsStorm=true] {\n  font-size: 32px;\n}"
      Replace: "#tabContainer > N3TabItem[qApp_deviceIsStorm=true] {\n  font-size: 46px;\n}"
  - ReplaceZlib:
      Find:    "#tabContainer > N3TabItem[qApp_deviceIsDaylight=true] {\n  font-size: 36px;\n}"
      Replace: "#tabContainer > N3TabItem[qApp_deviceIsDaylight=true] {\n  font-size: 50px;\n}"
That did it, thanks! I guess it was just never updated to support the Libra's font size. It should be added into the next release.

(for those confused, until it's fixed, add the 3 highlighted lines into the shown place inside src/nickel.yaml)

Last edited by FrozenTrout; 12-22-2019 at 09:02 PM.
FrozenTrout is offline   Reply With Quote