mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-02 04:02:20 +00:00
Less padding on sidebar tabs for small screens (#1511)
* Reduce searchbox and tree padding for small screen * Smaller buttons
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user