Skip to content

Commit

Permalink
Flexbox layout for download queue
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed May 20, 2017
1 parent fe39344 commit ca92e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/DownloadQueue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.download_queue {
font-size: 14px;
margin-top: 10px;
flex: 1 1 auto;
height: 0px;
overflow-y: auto;
}

.download_queued {
Expand Down

0 comments on commit ca92e0c

Please sign in to comment.