Skip to content

Commit

Permalink
Prev/Play/Next buttons misaligned with certain configs #16
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkih committed Oct 11, 2018
1 parent b4e58e5 commit 86107dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.8.5
- Fixed: Prev/Play/Next buttons misaligned with certain configs #16

## v0.8.4
- Added: `hide_info` option to optionally hide entity icon, entity name & media information #15

Expand Down
2 changes: 1 addition & 1 deletion mini-media-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ class MiniMediaPlayer extends LitElement {
.entity[hide-info] .select {
justify-content: space-between;
}
.right {
.entity[hide-info] .right {
justify-content: flex-end;
margin-left: auto;
}
Expand Down

0 comments on commit 86107dd

Please sign in to comment.