mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-23 22:22:11 -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:
@@ -122,6 +122,7 @@ body.modal-open {
|
||||
cursor: pointer;
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.close:hover {
|
||||
|
||||
Reference in New Issue
Block a user