Skip to content

Commit 365cd3a

Browse files
committed
feat(structure): update uikit.blade.php responsiveness
1 parent c4d74d3 commit 365cd3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/uikit/uikit.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<div class="uk-flex uk-flex-between uk-flex-wrap @if ($darkMode) uk-light @endif">
55
{{-- Previous Page Link --}}
66
@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"
88
disabled>
99
{!! __('pagination.previous') !!}
1010
</button>
1111
@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"
1313
href="{{ $paginator->previousPageUrl() }}">
1414
{!! __('pagination.previous') !!}
1515
</a>
1616
@endif
1717

1818
{{-- Next Page Link --}}
1919
@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"
2121
href="{{ $paginator->nextPageUrl() }}">
2222
{!! __('pagination.next') !!}
2323
</a>

0 commit comments

Comments
 (0)