File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
<div class =" uk-flex uk-flex-between @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-1-2 uk-width-1-5@s uk-width-1-6@l uk-margin-small-top"
7
+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s 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-1-2 uk-width-1-5@s uk-width-1-6@l uk-margin-small-top"
12
+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s 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-1-2 uk-width-1-5@s uk-width-1-6@l uk-margin-small-top"
20
+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-margin-small-top"
21
21
href =" {{ $paginator -> nextPageUrl () } }" >
22
22
{!! __ (' pagination.next' ) ! !}
23
23
</a >
24
24
@else
25
- <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-1-5@s uk-width-1-6@l uk-margin-small-top"
25
+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-margin-small-top"
26
26
disabled >
27
27
{!! __ (' pagination.next' ) ! !}
28
28
</button >
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-1-2 uk-width-1-3 @s uk-width-auto@m uk-margin-small-top"
7
+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small @s uk-width-1-5@m uk-width-small@l 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-1-2 uk-width-1-3 @s uk-width-auto@m uk-margin-small-top"
12
+ <a class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small @s uk-width-1-5@m uk-width-small@l 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-1-2 uk-width-1-3 @s uk-width-auto @m 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-small @s uk-width-1-5 @m uk-width-small@l uk- flex-last@l uk-margin-small-top"
21
21
href =" {{ $paginator -> nextPageUrl () } }" >
22
22
{!! __ (' pagination.next' ) ! !}
23
23
</a >
24
24
@else
25
- <button 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"
25
+ <button class =" uk-button uk-button-small uk-button-default uk-width-1-2 uk-width-small@s uk-width-1-5@m uk-width-small@l uk- flex-last@l uk-margin-small-top"
26
26
disabled >
27
27
{!! __ (' pagination.next' ) ! !}
28
28
</button >
You can’t perform that action at this time.
0 commit comments