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

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