Skip to content

Commit

Permalink
Merge pull request #675 from MaxLeiter/patch-1
Browse files Browse the repository at this point in the history
Increase list-dir-item size
  • Loading branch information
devsnd committed Jul 21, 2017
2 parents ed5a7af + 54c18a8 commit 79487b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions res/bootstrap3/gen/cherrymusic.css
Original file line number Diff line number Diff line change
Expand Up @@ -5218,8 +5218,8 @@ body:after {
}
.list-dir-item {
display: inline-block;
width: 105px;
height: 130px;
width: 110px;
height: 150px;
vertical-align: middle;
overflow: hidden;
}
Expand Down
6 changes: 3 additions & 3 deletions res/bootstrap3/less/mediabrowser.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@list-view-item-height: 30px;
@list-view-img-size: 30px;
@albumart-img-size: 80px;
@cover-view-item-height: 130px;
@cover-view-item-width: 105px;
@cover-view-item-height: 150px;
@cover-view-item-width: 110px;

.media-browser{

Expand Down Expand Up @@ -238,4 +238,4 @@
&-content{
margin-left: 30px;
}
}
}

1 comment on commit 79487b7

@MaxLeiter
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't have been merged into master...

Please sign in to comment.