Skip to content

Commit

Permalink
音量调图标修改,更加对称,调低opacity;紧急修复#284错误样式 (#286)
Browse files Browse the repository at this point in the history
* 音质标签样式更新

* 更新样式

* 更新播放控制图标及音量条图标

* 紧急修复#284
  • Loading branch information
Nevodev authored Nov 2, 2024
1 parent 4555263 commit 0acc59d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
opacity: 0.4;
}
}

& > svg{
opacity: 0.5;
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.controls {
justify-content: space-between;
width: calc(100% - 16px);
width: calc(100% + 16px);
margin-left: -8px;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0acc59d

Please sign in to comment.