Skip to content

Commit

Permalink
fix for long track info
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Mineev committed Mar 17, 2021
1 parent cd85ec3 commit 56a30b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default function Player({
}
.frame-body-content {
display: flex;
max-width: calc(100% - 32px);
height: 20px;
flex-grow: 1;
overflow: hidden;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spotify-badge",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 56a30b3

Please sign in to comment.