I had a custom nickel.yaml patch that resized the info panel (the one that appears when the device goes into standby). But the 4.18.13737 update appears to have removed all the CSS lines that the patch used.
Did Kobo do something to hide the CSS? Or did it get moved?
My nickel.yaml patch (which worked fine with 4.15.12920) looks like this:
Code:
Resize info panel:
- Enabled: yes
- Description: |
Custom patch to change the width of the info panel.
N.B: Not suitable for Japanese/Chinese locale users
- FindZlib: "#infoWidget"
- ReplaceZlibGroup:
Replacements:
- {Find: "#batteryStatus[localeName=\"ja\"] {\n font-family: Sans-SerifJP, sans-serif;\n font-style: normal;\n}\n#batteryStatus[localeName=\"zh\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n#batteryStatus[localeName=\"zh-TW\"] {\n font-family: Sans-SerifZH-Traditional, sans-serif;\n font-style: normal;\n}\n", Replace: "\n"}
- {Find: "max-width: 470px;", Replace: "max-width: 235px;"} # Dragon
- {Find: "min-width: 470px;", Replace: "min-width: 235px;"} # Dragon
- {Find: "qproperty-topMargin: 22px;", Replace: "qproperty-topMargin: 11px;"} # Dragon
- {Find: "qproperty-bottomMargin: 22px;", Replace: "qproperty-bottomMargin: 11px;"} # Dragon
- {Find: "qproperty-rightMargin: 22px;", Replace: "qproperty-rightMargin: 11px;"} # Dragon
- {Find: "qproperty-leftMargin: 44px;", Replace: "qproperty-leftMargin: 22px;"} # Dragon
- {Find: "max-width: 300px;", Replace: "max-width: 150px;"} # Trilogy
- {Find: "min-width: 300px;", Replace: "min-width: 150px;"} # Trilogy
- {Find: "qproperty-topMargin: 12px;", Replace: "qproperty-topMargin: 6px;"} # Trilogy
- {Find: "qproperty-bottomMargin: 12px;", Replace: "qproperty-bottomMargin: 6px;"} # Trilogy
- {Find: "qproperty-rightMargin: 12px;", Replace: "qproperty-rightMargin: 6px;"} # Trilogy
- {Find: "qproperty-leftMargin: 24px;", Replace: "qproperty-leftMargin: 12px;"} # Trilogy
- {Find: "max-width: 380px;", Replace: "max-width: 190px;"} # Phoenix
- {Find: "min-width: 380px;", Replace: "min-width: 190px;"} # Phoenix
- {Find: "qproperty-topMargin: 16px;", Replace: "qproperty-topMargin: 8px;"} # Phoenix
- {Find: "qproperty-bottomMargin: 16px;", Replace: "qproperty-bottomMargin: 8px;"} # Phoenix
- {Find: "qproperty-rightMargin: 16px;", Replace: "qproperty-rightMargin: 8px;"} # Phoenix
- {Find: "qproperty-leftMargin: 32px;", Replace: "qproperty-leftMargin: 16px;"} # Phoenix
- {Find: "max-width: 611px;", Replace: "max-width: 305px;"} # Daylight
- {Find: "min-width: 611px;", Replace: "min-width: 305px;"} # Daylight
- {Find: "qproperty-topMargin: 28px;", Replace: "qproperty-topMargin: 14px;"} # Daylight
- {Find: "qproperty-bottomMargin: 28px;", Replace: "qproperty-bottomMargin: 14px;"} # Daylight
- {Find: "qproperty-rightMargin: 28px;", Replace: "qproperty-rightMargin: 14px;"} # Daylight
- {Find: "qproperty-leftMargin: 56px;", Replace: "qproperty-leftMargin: 28px;"} # Daylight
Note that I was only using the Dragon lines with my GloHD.
Can anyone help? Thanks in advance!
Sincerely,
Ben.