diff --git a/app/static/styles.css b/app/static/styles.css index f23944f..08bc6df 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1,3 +1,9 @@ .custom-sidebar { max-width: 300px !important; /* 设置最大宽度为 300px */ -} \ No newline at end of file +} + +/* Toast with frosted glass effect */ +.glass-toast { + backdrop-filter: blur(8px); + background-color: rgba(var(--bs-body-bg-rgb), 0.75) !important; +} diff --git a/app/templates/base.html b/app/templates/base.html index 6921acf..9be36ef 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -88,8 +88,8 @@ {% block content %}{% endblock %} {% if message %} -
-