mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-29 05:28:53 +03:00
Fixed white line below pagination that is visible in dark theme mode (#129)
Co-authored-by: Ievgen Sobko <ievgensobko@cloud.upwork.com>
This commit is contained in:
parent
2e334ca909
commit
5b9aa79d74
1 changed files with 6 additions and 1 deletions
|
@ -137,7 +137,12 @@
|
||||||
</template>
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list>
|
</v-list>
|
||||||
<v-row v-if="(pageCount > 1) && !hasSearchFilter" xs12 justify="center">
|
<v-row
|
||||||
|
v-if="(pageCount > 1) && !hasSearchFilter"
|
||||||
|
xs12
|
||||||
|
justify="center"
|
||||||
|
class="mb-0"
|
||||||
|
>
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-pagination
|
<v-pagination
|
||||||
|
|
Loading…
Reference in a new issue