PlexPlaylistSync/app/static/styles.css
2025-07-13 07:07:41 +09:00

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;
}