fix: styling

This commit is contained in:
Methapon Metanipat 2024-08-28 10:00:36 +07:00
parent 1b040210b7
commit f9637e8b0e

View file

@ -143,7 +143,7 @@ const { pdf, pages } = usePDF(computed(() => currentFile.value?.url));
<div class="col">
<div
class="bordered row items-center justify-evenly q-pa-sm"
class="bordered row items-center justify-evenly q-pa-sm no-wrap"
style="height: 50px"
>
<q-btn
@ -155,7 +155,7 @@ const { pdf, pages } = usePDF(computed(() => currentFile.value?.url));
id="btn-prev-page-top"
/>
<div>Page {{ page }} of {{ pages }}</div>
<div class="ellipsis">Page {{ page }} of {{ pages }}</div>
<q-btn
@click="scale = scale > 0.25 ? scale - 0.25 : scale"