mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 06:32:12 -03:00
feat(ui): adjust modal header width and enhance close button z-index, fixes #729
- Decrease modal header width from 85% to 84% for better visual alignment - Add z-index: 10 to close button to ensure it remains above other modal elements
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
.modal-header-row {
|
||||
width: 85%;
|
||||
width: 84%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: var(--space-2);
|
||||
|
||||
Reference in New Issue
Block a user