Quote:
Originally Posted by mortimer7
thanks for patch!
Are you able to edit `Custom reading footer style` to align page numbers on the right side of the screen? (like a real book).
|
I tried adding text-align:right; to the CSS styles but it had no effect. It might still be possible, but it is not obvious how to do it.
FWIW most of my paper books have the page number bottom centre, and the rest have it top right/left. I can't find any that have it bottom right/left.
Quote:
Originally Posted by mortimer7
p.s.
i have a problem with `Custom page refresh options (Aura only)`:
i have used this settings:
|
Thanks, I don't have an Aura so I will depend on other testing this one.
Could you try this new patch and see if it works properly?
Firmware 3.19.5613, libnickel.so.1.0.0.patch:
Spoiler:
Code:
<Patch>
patch_name = `Custom page refresh options (Aura only)`
patch_enable = `yes`
#
# The other two `Custom page refresh options` patches don't have any effect on
# the Aura, which uses a different menu:
#
# 1,5,10,Chapter
# --> 1,32,99,Chapter
#
replace_int = 79B984, 4, 31
replace_int = 79B996, 5, 32
replace_int = 79BB68, 4, 31
replace_int = 79BB80, 5, 32
replace_int = 79BBEE, 5, 32
replace_string = BC8088, `5 pages`, `32 page`
#
replace_int = 79BA20, 9, 98
replace_int = 79BA32, 10, 99
replace_int = 79BD06, 9, 98
replace_int = 79BD1E, 10, 99
replace_int = 79BD7A, 10, 99
replace_string = BC8090, `10 pages`, `99 page`
</Patch>