Fix ereader padding and swiping

This commit is contained in:
advplyr 2023-03-06 10:58:08 -06:00
parent 39fbb0902e
commit bf62b82037
8 changed files with 80 additions and 74 deletions

View file

@ -140,13 +140,13 @@ export default {
<style>
#epub-frame {
height: calc(100% - 32px);
max-height: calc(100% - 32px);
height: calc(100% - 52px);
max-height: calc(100% - 52px);
overflow: hidden;
}
.reader-player-open #epub-frame {
height: calc(100% - 132px);
max-height: calc(100% - 132px);
height: calc(100% - 152px);
max-height: calc(100% - 152px);
overflow: hidden;
}
</style>