plato icon indicating copy to clipboard operation
plato copied to clipboard

Specific top-margin.

Open vinoff opened this issue 3 years ago • 1 comments

I find that Plato's top margin to be too small while the other margins are perfect. For some reason, having the letters really close to the top bothers me while having them close to the sides/bottom does not. Might be because, when reading, the device is at an angle and since the screen is not flushed.

Would it be possible to have a specific variable for the top-margin?

vinoff avatar Dec 20 '21 11:12 vinoff

Create css/epub-user.css and try something like

body {
    margin-top: 8px !important;
}

thataboy avatar Jun 07 '22 17:06 thataboy