mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Fix
This commit is contained in:
@@ -417,4 +417,22 @@ body.modal-open {
|
||||
gap: var(--space-1);
|
||||
align-items: flex-end; /* 将图标靠下对齐 */
|
||||
align-self: flex-end; /* 将整个actions容器靠下对齐 */
|
||||
}
|
||||
|
||||
.model-link {
|
||||
margin-top: var(--space-1);
|
||||
}
|
||||
|
||||
.model-link a {
|
||||
color: #34b4eb;
|
||||
text-decoration: none;
|
||||
font-size: 1.3em;
|
||||
opacity: 0.9;
|
||||
transition: opacity 0.2s;
|
||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.model-link a:hover {
|
||||
opacity: 1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user