Open SlenderXIV opened 2 months ago
You can disable "Fullscreen" from the reader's bottom sheet. This will prevent the chapter content from going behind the notch or camera.
I am aware that removing fullscreen prevents the punch hole from covering the text.
However having the notifications, the status bar and the navigation bar visible at all time is even more disctracting while reading than the punch hole in my display.
just add a toggle option for this:
html::before {
content: "";
height: 30px;
background: var(--readerSettings-theme);
position: sticky;
top: 0;
display: block;
}
You can apply custom CSS as suggested by @Palloxin to prevent content from displaying behind the punch hole. Adding a toggle option for this might not be necessary, as it doesn’t seem like something users would frequently switch on or off.
Describe your suggested feature
I have a punchole display and it can be pretty distracting when reading a novel. Would it be possible to make a setting that adds a black bar for the top of the screen to hide the punchole camera ?
Other details
No response
Acknowledgements