mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-08 17:10:07 +00:00
Reduce padding on searchbox result item (#547)
* Reduce search result padding * nit
This commit is contained in:
@@ -166,11 +166,11 @@ const setHoverSuggestion = (index: number) => {
|
||||
}
|
||||
|
||||
.option-container {
|
||||
@apply flex flex-col px-4 py-2 cursor-pointer overflow-hidden w-full;
|
||||
@apply flex flex-col px-2 py-0 cursor-pointer overflow-hidden w-full;
|
||||
}
|
||||
|
||||
.option-display-name {
|
||||
@apply font-semibold;
|
||||
@apply font-semibold flex justify-between items-center;
|
||||
}
|
||||
|
||||
.option-category {
|
||||
|
||||
Reference in New Issue
Block a user