feat: sync saved example images path with backend on path update. Fixes #250

This commit is contained in:
Will Miao
2025-06-25 15:34:25 +08:00
parent 2ee057e19b
commit 446b6d6158
2 changed files with 28 additions and 2 deletions

View File

@@ -254,13 +254,15 @@
/* New styles for hover reveal mode */
.hover-reveal .card-header,
.hover-reveal .card-footer {
.hover-reveal .card-footer,
.hover-reveal .recipe-indicator {
opacity: 0;
transition: opacity 0.2s ease;
}
.hover-reveal .lora-card:hover .card-header,
.hover-reveal .lora-card:hover .card-footer {
.hover-reveal .lora-card:hover .card-footer,
.hover-reveal .lora-card:hover .recipe-indicator {
opacity: 1;
}