File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<div class =" uk-flex uk-flex-between uk-flex-wrap @if ($darkMode ) uk-light @endif " >
5
5
{{-- Previous Page Link --}}
6
6
@if ($paginator -> onFirstPage () )
7
- <button class =" uk-button uk-button-small uk-button-default uk-width-auto@m uk-width-1-2 uk-margin-small-top"
7
+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-3@s uk-width-auto@m uk-margin-small-top"
8
8
disabled >
9
9
{!! __ (' pagination.previous' ) ! !}
10
10
</button >
11
11
@else
12
- <a class =" uk-button uk-button-small uk-button-default uk-width-auto@m uk-width-1-2 uk-margin-small-top"
12
+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-3@s uk-width-auto@m uk-margin-small-top"
13
13
href =" {{ $paginator -> previousPageUrl () } }" >
14
14
{!! __ (' pagination.previous' ) ! !}
15
15
</a >
16
16
@endif
17
17
18
18
{{-- Next Page Link --}}
19
19
@if ($paginator -> hasMorePages () )
20
- <a class =" uk-button uk-button-small uk-button-default uk-width-auto@m uk-width-1-2 uk-flex-last@m uk-margin-small-top"
20
+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-3@s uk-width-auto@m uk-flex-last@m uk-margin-small-top"
21
21
href =" {{ $paginator -> nextPageUrl () } }" >
22
22
{!! __ (' pagination.next' ) ! !}
23
23
</a >
You can’t perform that action at this time.
0 commit comments