fix(ui): unify modal backdrop blur across all modals

This commit is contained in:
Will Miao
2026-08-20 21:25:05 +08:00
parent 259e08e47c
commit 74254756ef
5 changed files with 9 additions and 15 deletions
-7
View File
@@ -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;