Need to fix LG and XL to reduce the search bar width and align it at the end of the row.

This commit is contained in:
PascalMarchesseault
2024-08-30 13:05:12 -04:00
parent 8adb002dc4
commit 7123cee4cb

View File

@@ -29,7 +29,7 @@
<div class="flex-grow flex items-center justify-center relative">
<div v-if="showSearch || !isSmallScreen" class="flex-grow flex justify-center items-center lg:max-w-[]" >
<div v-if="showSearch || !isSmallScreen" class="flex-grow flex justify-center items-center " >
<template v-if="showSearch">
<v-text-field
density="compact"
@@ -48,6 +48,7 @@
</template>
</div>
<div v-if="!isSmallScreen || !showSearch" class="absolute-center flex">
<v-btn
v-if="authStore.isAuthenticated"