Center toast and add glass style

This commit is contained in:
Koha9
2025-07-13 07:07:41 +09:00
parent 969b32ab68
commit bf67d702dc
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -1,3 +1,9 @@
.custom-sidebar {
max-width: 300px !important; /* 设置最大宽度为 300px */
}
}
/* Toast with frosted glass effect */
.glass-toast {
backdrop-filter: blur(8px);
background-color: rgba(var(--bs-body-bg-rgb), 0.75) !important;
}