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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user