mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/lyswhut/lx-music-desktop.git
synced 2026-09-20 08:04:00 +08:00
修复展开评论时的歌词间隔问题
This commit is contained in:
@@ -136,6 +136,8 @@ export default {
|
||||
margin: var(--playDetail-lrc-font-size, 16px) 0;
|
||||
overflow-wrap: break-word;
|
||||
color: @color-player-detail-lyric;
|
||||
transition: @transition-theme;
|
||||
transition-property: margin;
|
||||
|
||||
.translation {
|
||||
transition: @transition-theme !important;
|
||||
|
||||
@@ -299,6 +299,9 @@ export default {
|
||||
.lyric {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.lrc-content {
|
||||
margin: 13px 0 !important;
|
||||
}
|
||||
.lyricSelectContent {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user