Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body[ready]:hover #mini-info, body[controls] #mini-info {
overflow: hidden;
}

#material-player-right-wrapper, #material-player-left-wrapper .player-left .image-wrapper, #material-player-left-wrapper .now-playing-info-content, #material-player-left-wrapper [data-id="now-playing-menu"] {
#material-player-right-wrapper, #material-player-left-wrapper .player-left .image-wrapper, #material-player-left-wrapper .now-playing-info-content, #player.material .now-playing-actions sj-icon-button, #player.material .now-playing-actions paper-icon-button{
display: none;
}

Expand Down Expand Up @@ -177,4 +177,4 @@ paper-icon-button[data-id="play-pause"] {
font-size: 16px;
height: 18px;
overflow: hidden;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future please be careful with committing changes like this. I prefer to have a blank line at the end of all files

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya that makes sense. Sorry about that.