View Single Post
Old 01-04-2025, 03:19 PM   #1
p0k3m0n
Member
p0k3m0n began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2019
Device: Kobo
Question ReplaceZlib: new compressed data is 9 bytes longer than old data

I'm going to slightly modify a certain string in src/nickel.yaml but something doesn't fit:

Original:
Code:
        - Find:    "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 20px;\n}"
          Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 36px;\n}"
My:
Code:
        - Find:    "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 20px;\n}"
          Replace: "#tabContainer > N3TabItem[qApp_deviceIsPhoenix=true] {\n  font-size: 15px;\n  font-family: Georgia;\n  text-transform: uppercase;\n}"
Is it possible to fix?
p0k3m0n is offline   Reply With Quote