mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
refactor(ui): simplify filter preset empty state
- Remove default presets and restore defaults functionality - Unify preset UI: always show '+ Add' button regardless of preset count - Remove empty state message and restore button to reduce visual clutter - Clean up unused translation keys (restoreDefaults, noPresets) - Fix spacing issues in filter panel
This commit is contained in:
@@ -660,15 +660,7 @@
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
.no-presets {
|
||||
width: 100%;
|
||||
padding: 12px 8px;
|
||||
text-align: center;
|
||||
font-size: 0.9em;
|
||||
color: var(--text-color);
|
||||
opacity: 0.6;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
/* Mobile adjustments */
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user