@@ -1,5 +1,5 @@
<template>
- <div ref="main" class="col column no-wrap" style="min-height: 520px">
+ <div ref="main" class="column no-wrap" style="min-height: 520px">
<div class="relative-position">
<GithubCorner url="https://github.com/bookpauk/liberama" cornerColor="#1B695F" gitColor="EBE2C9"></GithubCorner>
</div>
- <div v-show="visible" class="fit column justify-center items-center z-max" style="background-color: rgba(0, 0, 0, 0.8)">
+ <div v-show="visible" class="column justify-center items-center z-max" style="background-color: rgba(0, 0, 0, 0.8)">
<div class="column justify-start items-center" style="height: 250px">
<q-circular-progress
show-value
@@ -61,7 +61,7 @@
<div class="main col row relative-position">
<keep-alive>
- <component ref="page" :is="activePage"
+ <component ref="page" class="col" :is="activePage"
@load-book="loadBook"
@load-file="loadFile"
@book-pos-changed="bookPosChanged"