update width prev n next button in buket list
This commit is contained in:
parent
237d44cedd
commit
e6fc2863ef
|
|
@ -24,7 +24,7 @@ class="stretched-link"></a>
|
||||||
<div class="row mt-5" id="custom-pagination">
|
<div class="row mt-5" id="custom-pagination">
|
||||||
<div class="col-12 d-flex justify-content-between align-items-center">
|
<div class="col-12 d-flex justify-content-between align-items-center">
|
||||||
{{-- TOMBOL PREVIOUS --}}
|
{{-- TOMBOL PREVIOUS --}}
|
||||||
<div class="text-start" style="width: 150px;">
|
<div class="text-start" style="width: 160px;">
|
||||||
@if ($buket->onFirstPage())
|
@if ($buket->onFirstPage())
|
||||||
<span class="btn btn-pagination btn-sm rounded-pill px-3 disabled" style="opacity: 0.5;">
|
<span class="btn btn-pagination btn-sm rounded-pill px-3 disabled" style="opacity: 0.5;">
|
||||||
<i class="bi bi-chevron-left me-1"></i> Sebelumnya
|
<i class="bi bi-chevron-left me-1"></i> Sebelumnya
|
||||||
|
|
@ -54,7 +54,7 @@ class="page-number text-decoration-none text-muted px-3 py-1 mt-0">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{-- TOMBOL NEXT --}}
|
{{-- TOMBOL NEXT --}}
|
||||||
<div class="text-end" style="width: 150px;">
|
<div class="text-end" style="width: 160px;">
|
||||||
@if ($buket->hasMorePages())
|
@if ($buket->hasMorePages())
|
||||||
<a href="{{ $buket->nextPageUrl() }}" class="btn btn-pagination btn-sm rounded-pill px-3">
|
<a href="{{ $buket->nextPageUrl() }}" class="btn btn-pagination btn-sm rounded-pill px-3">
|
||||||
Selanjutnya <i class="bi bi-chevron-right ms-1"></i>
|
Selanjutnya <i class="bi bi-chevron-right ms-1"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue