Discover: sidebarFilter layout done
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<span class="absolute top-2 bottom-1.5 right-0.5 flex justify-center items-center gap-2">
|
||||
<IconSetting class="w-6 h-6 cursor-pointer"></IconSetting>
|
||||
<span class="w-px h-6 block after:border after:border-neutral-300 after:content-['']"></span>
|
||||
<button class="pr-2 py-1 rounded-r-full">
|
||||
<button class="pr-2">
|
||||
<IconSearch class="w-6 h-6"></IconSearch>
|
||||
</button>
|
||||
</span>
|
||||
@@ -44,7 +44,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import filesStore from '@/stores/files.js';
|
||||
import filesStore from '@/stores/files.js';
|
||||
import IconSearch from '@/components/icons/IconSearch.vue';
|
||||
import IconSetting from '@/components/icons/IconSetting.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user