mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 06:30:49 +08:00
21 lines
390 B
CSS
21 lines
390 B
CSS
body {
|
|
/* background-color: #000; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.n-popover:has(.music-play) {
|
|
border-radius: 1.5rem !important;
|
|
}
|
|
.n-popover {
|
|
border-radius: 0.5rem !important;
|
|
overflow: hidden !important;
|
|
}
|
|
.n-popover:has(.transparent-popover ) {
|
|
background-color: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.settings-slider .n-slider-mark {
|
|
font-size: 10px !important;
|
|
}
|