Center toast and add glass style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user