Make the toolbar responsive on mobile screens

This commit is contained in:
Emmy Leke
2023-10-30 16:05:54 +01:00
committed by Jože Fortun
parent 35d455f154
commit 5d2d30431f
6 changed files with 33 additions and 17 deletions
@@ -127,10 +127,10 @@
#footer
>
<div
class="d-flex align-items-center justify-content-between"
class="d-flex align-items-center justify-content-between flex-wrap"
>
<div
class="text-truncate"
class="text-truncate ml-3 ml-sm-0"
>
<div
v-if="!hideTotal"
@@ -151,6 +151,7 @@
>
<font-awesome-icon :icon="['fas', 'angle-double-left']" />
</b-button>
<b-button
:disabled="!hasPrevPage"
variant="outline-light"
@@ -163,6 +164,7 @@
/>
{{ translations.prevPagination }}
</b-button>
<b-button
:disabled="!hasNextPage"
variant="outline-light"