Quantcast
Channel: MobileRead Forums - Kobo Developer's Corner
Viewing all articles
Browse latest Browse all 1624

ReplaceZlib: new compressed data is 9 bytes longer than old data

$
0
0
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?

Viewing all articles
Browse latest Browse all 1624

Trending Articles