The "Custom reading footer style" has changed since v3.12.1 and I am a little lost now. There are 3 types of devices uncommented - should I just leave the Glo/Aura lines uncommented and comment out the rest? Or maybe I can leave it as it is?
Code:
# Replacement footer height values: Touch/Mini
replace_string = 0011, `min-height: 70px;`, `min-height: 32px;`
replace_string = 0024, `max-height: 70px;`, `max-height: 32px;`
# Replacement footer height values: Glo/Aura
replace_string = 0085, `min-height: 82px;`, `min-height: 28px;`
replace_string = 0098, `max-height: 82px;`, `max-height: 28px;`
# Replacement footer height values: AuraHD/H2O/GloHD
replace_string = 00DA, `min-height: 120px;`, `min-height: 052px;`
replace_string = 00EE, `max-height: 120px;`, `max-height: 052px;`