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

@@ -28,7 +28,7 @@
</template>
<template #header>
<SearchBox
class="workflows-search-box p-4"
class="workflows-search-box p-2 2xl:p-4"
v-model:modelValue="searchQuery"
@search="handleSearch"
:placeholder="$t('searchWorkflows') + '...'"