style: Add padding to recipe list to prevent item cutoff on hover

This commit is contained in:
Will Miao
2025-04-08 13:51:00 +08:00
parent 43e3d0552e
commit 785b2e7287

View File

@@ -441,6 +441,7 @@
gap: 10px;
overflow-y: auto;
flex: 1;
padding-top: 4px; /* Add padding to prevent first item from being cut off when hovered */
}
.recipe-lora-item {