I'm guessing for
"Reduce top/bottom page spacer" we'll have to add entries for the Sage and Libra 2?
I'd think the following would work (I may be wrong one of the patch folks can correct me)
Code:
# Sage: 56px --> 28px
- Find: "MediumVertSpacer[qApp_deviceIsCadmus=true] {\n min-height: 56px;\n max-height: 56px;\n}"
Replace: "MediumVertSpacer[qApp_deviceIsCadmus=true] {\n min-height: 28px;\n max-height: 28px;\n}"
# Libra2: 50px --> 25px
- Find: "MediumVertSpacer[qApp_deviceIsIO=true] {\n min-height: 50px;\n max-height: 50px;\n}"
Replace: "MediumVertSpacer[qApp_deviceIsIO=true] {\n min-height: 25px;\n max-height: 25px;\n}"
Obviously I'm just guessing, merely because the Sage and Libra 2 aren't mentioned in the yaml file.