mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-20 12:31:27 -03:00
fix(ui): unify modal backdrop blur across all modals
This commit is contained in:
@@ -104,13 +104,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Darker, blurred backdrop keeps the busy page behind the modal from bleeding through */
|
||||
#recipeModal {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(6px);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
}
|
||||
|
||||
#recipeModal .modal-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user