1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

fix: 修复tailwind主题样式问题 (#384)

修复 tailwind主题 手机端播放列表 歌曲名称超长溢出问题
This commit is contained in:
eWei
2025-02-05 15:23:50 +08:00
committed by GitHub
parent a34851930c
commit e25fad9cc6

View File

@@ -130,4 +130,9 @@
}
.text-error .icon-sm {
fill: currentColor;
}
}
/* 修复手机端播放列表 歌曲名称超长溢出问题 */
.song-list .song-item .min-w-0 {
width: 1px;
}