Skip to content

Commit

Permalink
Adjust lyric settings menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
YUCLing committed Mar 15, 2021
1 parent 087bb8e commit 2585570
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@m4tec/penguinplayer",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple player based on Netease Cloud Music",
"main": "dist/player.js",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/sass/player.sass
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@
padding: 10px
border-radius: 5px
box-shadow: 2px 2px 3px #333
min-width: 35vw
min-height: 200px
.penguin-player__lyric-settings--title
margin: 0
font-size: 22px
Expand Down Expand Up @@ -394,6 +396,6 @@
.penguin-player__lyric-settings
left: 10px
bottom: 10px!important
min-height: 30vh
min-height: 30vh!important
&.penguin-player__lyric-settings-shown + .penguin-player__lyric-settings--overlay
display: block
2 changes: 2 additions & 0 deletions src/template.pug
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ audio.penguin-player__audio
|  
span.penguin-player__lyric-settings--status-tlrc-icon
span.penguin-player__lyric-settings--status-tlrc-text
//-
TODO: Add lyric offset adjustment
.penguin-player__lyric-settings--overlay

0 comments on commit 2585570

Please sign in to comment.