mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-20 20:41:26 -03:00
fix(ui): unify modal backdrop blur across all modals
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
/* 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