mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
style: Add padding to recipe list to prevent item cutoff on hover
This commit is contained in:
@@ -441,6 +441,7 @@
|
|||||||
gap: 10px;
|
gap: 10px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
padding-top: 4px; /* Add padding to prevent first item from being cut off when hovered */
|
||||||
}
|
}
|
||||||
|
|
||||||
.recipe-lora-item {
|
.recipe-lora-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user