mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 01:09:46 +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:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<Tree
|
||||
class="tree-explorer"
|
||||
class="tree-explorer p-2 2xl:p-4"
|
||||
:class="props.class"
|
||||
v-model:expandedKeys="expandedKeys"
|
||||
v-model:selectionKeys="selectionKeys"
|
||||
|
||||
Reference in New Issue
Block a user