mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix icon alignment on browse book for mobile
This commit is contained in:
parent
ae3a3a9ab2
commit
1103017260
1 changed files with 4 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</v-row>
|
||||
|
||||
<v-row align="center">
|
||||
<v-col cols="1">
|
||||
<v-col cols="auto">
|
||||
<v-btn icon
|
||||
title="Download file"
|
||||
class="pb-1"
|
||||
|
|
@ -38,15 +38,16 @@
|
|||
<v-icon>mdi-file-download</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
<v-col cols="1">
|
||||
<v-col cols="auto">
|
||||
<v-btn icon
|
||||
color="primary"
|
||||
title="Read book"
|
||||
class="pb-1"
|
||||
:to="{name: 'read-book', params: { bookId: bookId}}">
|
||||
<v-icon>mdi-book-open-page-variant</v-icon>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-col cols="auto">
|
||||
<v-icon class="mr-2 pb-1">mdi-book-open</v-icon>
|
||||
<span class="body-2">{{ book.metadata.pagesCount }} pages</span>
|
||||
</v-col>
|
||||
|
|
|
|||
Loading…
Reference in a new issue