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

@@ -28,8 +28,8 @@
</div> </div>
<div class="flex-grow flex items-center justify-center relative"> <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"> <template v-if="showSearch">
<v-text-field <v-text-field
density="compact" density="compact"
@@ -47,6 +47,7 @@
</v-text-field> </v-text-field>
</template> </template>
</div> </div>
<div v-if="!isSmallScreen || !showSearch" class="absolute-center flex"> <div v-if="!isSmallScreen || !showSearch" class="absolute-center flex">
<v-btn <v-btn