fix(ui): add model modal backdrop blur to match recipe modal

This commit is contained in:
Will Miao
2026-08-18 08:41:50 +08:00
parent 0daf4924f0
commit 846206d958
@@ -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 */ /* Lora Modal Header */
.modal-header { .modal-header {
display: flex; display: flex;