Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(play-button): Dynamic width play button with text mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Jun 25, 2017
1 parent cec77fb commit 778fc03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/player/control-bar/PlayButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
}
&.wide {
width: ($button-width * 2) + 30px;
min-width: ($button-width * 2) + 30px;
width: auto;
}
.label{
Expand Down

0 comments on commit 778fc03

Please sign in to comment.