Files
AlgerMusicPlayer/src/renderer/assets/css/base.css
T
2025-01-13 22:55:46 +08:00

12 lines
192 B
CSS

body {
/* background-color: #000; */
}
.n-popover:has(.music-play) {
border-radius: 1.5rem !important;
}
.n-popover {
border-radius: 0.5rem !important;
overflow: hidden !important;
}