flex-grow instead of flex-1
This commit is contained in:
@@ -25,7 +25,7 @@ const emit = defineEmits<{
|
||||
@click="setActiveNote(rootNote?.id)"
|
||||
/>
|
||||
</div>
|
||||
<div class="flex h-full flex-1 flex-row items-center gap-2 pl-5 pr-3">
|
||||
<div class="flex h-full flex-grow flex-row items-center gap-2 pl-5 pr-3">
|
||||
<SearchBar />
|
||||
<button
|
||||
class="btn-outline btn-sm btn py-1 text-white"
|
||||
|
||||
Reference in New Issue
Block a user