mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Vertically align pagination index
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<MaterialIcon name="chevron-left" :size="32" />
|
<MaterialIcon name="chevron-left" :size="32" />
|
||||||
</a>
|
</a>
|
||||||
<a :class="`btn btn-outline-dark text-light`">
|
<a :class="`btn btn-outline-dark text-light`">
|
||||||
{{ `${index + 1} / ${count}` }}
|
<span class="d-flex justify-content-center align-items-center h-100 w-100">{{ `${index + 1} / ${count}` }}</span>
|
||||||
</a>
|
</a>
|
||||||
<a :class="`btn btn-outline-dark ${hasNextCss}`"
|
<a :class="`btn btn-outline-dark ${hasNextCss}`"
|
||||||
@click="onNext()">
|
@click="onNext()">
|
||||||
|
|||||||
Reference in New Issue
Block a user