mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-18 11:31:26 -03:00
fix(ui): add model modal backdrop blur to match recipe modal
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/* Blurred backdrop for the model modal to match the recipe modal */
|
||||
#modelModal {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
/* Lora Modal Header */
|
||||
.modal-header {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user