mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
refactor(import-modal): remove outdated duplicate styles and clean up modal button layout
This commit is contained in:
@@ -880,29 +880,3 @@
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
/* Remove the old duplicate styles that are no longer needed */
|
||||
.duplicate-recipe-item,
|
||||
.duplicate-recipe-content,
|
||||
.duplicate-recipe-actions,
|
||||
.danger-btn,
|
||||
.view-recipe-btn {
|
||||
/* These styles are being replaced by the card layout */
|
||||
}
|
||||
|
||||
/* Modal buttons layout to accommodate multiple buttons */
|
||||
.modal-actions {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
margin-top: var(--space-3);
|
||||
}
|
||||
|
||||
.modal-actions button {
|
||||
flex: 1;
|
||||
white-space: nowrap;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user