Skip to content

Commit

Permalink
next prev link styling
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Oct 9, 2024
1 parent 4fc1c4a commit 189f846
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
legend=""
/>
</ClientOnly>
<VCardHeader class="flex justify-between">
<VCardHeader class="flex justify-between items-center">
<h2 class="text-md">
{{ (void (isSinglePage = typeof total === 'number' && total < perPage && page === 1)) }}
{{ (void (isLoaded = Array.isArray(inventoryDWC))) }}
Expand All @@ -22,7 +22,7 @@
</span>
</template>
</h2>
<h3 v-if="isLoaded && !isSinglePage">
<p v-if="isLoaded && !isSinglePage">
{{ void(showFirst = page > 1) }}
{{ void(showPrev = page > 1) }}
{{ void(showNext = dwcCount === perPage) }}
Expand Down Expand Up @@ -61,7 +61,7 @@
/>
<span v-if="!showLast" v-html="'>>'" class="ml-2"/>
</span>
</h3>
</p>
<PanelDropdown panel-key="panel:specimens" />
</VCardHeader>
<VCardContent class="text-sm">
Expand Down

0 comments on commit 189f846

Please sign in to comment.