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
@@ -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;