Quote:
Originally Posted by JeanPierre
Then I stuck it together with duct tape  Hopefully it holds up!
Thanks again!
|
Well, perhaps you don't want to do that if you use Landscape mode.
This patch was made when Landscape mode was not in use.
Therefore, use something like
Code:
Increase the view details container size:
- Enabled: no
- Description: See https://www.mobileread.com/forums/showpost.php?p=3311354&postcount=134
- FindZlib: "#bookInfoWidget"
- ReplaceZlib:
Offset: 0
Find: "#bookInfoWidget[isLandscape=false][qApp_deviceIsDaylight=true] {\n max-height: 715px;\n min-height: 715px;\n}"
Replace: "#bookInfoWidget[isLandscape=false][qApp_deviceIsDaylight=true] {\n max-height: 450px;\n min-height: 450px;\n}"
- ReplaceZlib:
Offset: 0
Find: "#bookInfoWidget[isLandscape=true][qApp_deviceIsDaylight=true] {\n max-height: 540px;\n min-height: 540px;\n}"
Replace: "#bookInfoWidget[isLandscape=true][qApp_deviceIsDaylight=true] {\n max-height: 425px;\n min-height: 425px;\n}"
if you plan to use Landscape mode.
Good luck.