Skip to content

Commit

Permalink
Merge pull request #187 from hammerlab/mini-dalliance
Browse files Browse the repository at this point in the history
More height for dalliance on small screens
  • Loading branch information
ihodes committed Nov 6, 2014
2 parents 5ccbfe3 + 567bd95 commit 9cb1815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cycledash/static/css/examine.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ text {

@media(max-height:1000px) {
.variant-inspector {
height: 550px;
height: 600px;
}
.dalliance .tier.pileup {
max-height: 200px;
Expand All @@ -307,4 +307,4 @@ text {
color: red;
font-size: 1.2em;
font-weight: 700;
}
}

0 comments on commit 9cb1815

Please sign in to comment.