mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-23 15:47:23 +08:00
✨ feat: 优化播放体验 优化代码 优化歌词缓存
This commit is contained in:
+14
-1
@@ -11,7 +11,12 @@
|
||||
}
|
||||
|
||||
.n-slider-handle-indicator--top {
|
||||
@apply bg-transparent dark:text-[#ffffffdd] text-[#000000dd] text-2xl px-2 py-1 shadow-none mb-0 !important;
|
||||
@apply bg-transparent text-2xl px-2 py-1 shadow-none mb-0 dark:text-[#ffffffdd] text-[#000000dd] !important;
|
||||
mix-blend-mode: difference !important;
|
||||
}
|
||||
|
||||
.v-binder-follower-container:has(.n-slider-handle-indicator--top) {
|
||||
z-index: 999999999 !important;
|
||||
}
|
||||
|
||||
.text-el {
|
||||
@@ -56,3 +61,11 @@
|
||||
--text-color-300: #3d3d3d;
|
||||
--primary-color: #22c55e;
|
||||
}
|
||||
|
||||
:root {
|
||||
--text-color: #000000dd;
|
||||
}
|
||||
|
||||
:root[class='dark'] {
|
||||
--text-color: #ffffffdd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user