fix: styling
This commit is contained in:
parent
1b040210b7
commit
f9637e8b0e
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue