10 lines
243 B
CSS
10 lines
243 B
CSS
.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;
|
|
}
|