Compare commits
No commits in common. "b186e7ca23c8c04aff9a9d936cdc03247f917589" and "98a809672556aa14ed3ea0fd82397624b3a771fb" have entirely different histories.
b186e7ca23
...
98a8096725
@ -3,7 +3,7 @@
|
||||
<div class="p-6">
|
||||
<p class="font-serif italic text-[25px] text-D">BRANKAS</p>
|
||||
<div class="flex justify-end">
|
||||
<div class="w-full md:w-64 my-3 mb-9">
|
||||
<div class="w-full sm:w-64 my-3">
|
||||
<searchbar v-model:search="searchQuery"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<mainLayout>
|
||||
<div class="p-6">
|
||||
<div class="p-6 flex flex-col sm:flex-row justify-between items-start gap-3">
|
||||
<p class="font-serif italic text-[25px] text-D">NAMPAN</p>
|
||||
|
||||
<div class="flex flex-col gap-3 justify-end w-full sm:w-auto my-3">
|
||||
<div class="flex flex-col gap-3 justify-end w-full sm:w-auto">
|
||||
<Searchbar v-model:search="searchQuery" />
|
||||
<div class="flex w-full gap-2" v-if="isAdmin">
|
||||
<button @click="openModal" class="px-4 py-2 sm:px-2 sm:py-1 hover:bg-B bg-C rounded-md shadow w-full">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user