Less padding on sidebar tabs for small screens (#1511)

* Reduce searchbox and tree padding for small screen

* Smaller buttons
This commit is contained in:
Chenlei Hu
2024-11-11 20:15:34 -05:00
committed by GitHub
parent 1ff6e27d9c
commit 71eeee6744
5 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
</template>
<template #header>
<SearchBox
class="node-lib-search-box p-4"
class="node-lib-search-box p-2 2xl:p-4"
v-model:modelValue="searchQuery"
@search="handleSearch"
@show-filter="($event) => searchFilter.toggle($event)"