Fix handling of large numbers of image tracks (#1451)

Fixes #1448

Image tracks will now automatically inline when possible. When not possible, we display a maximum of 5 tracks before we change them to a single column with colored dots.
This commit is contained in:
josephschorr 2016-05-11 03:15:34 +02:00 committed by Jimmy Zelinskie
parent 94e9448658
commit f0bf138448
4 changed files with 83 additions and 24 deletions

View file

@ -279,6 +279,7 @@ a:focus {
}
.co-tabs li a {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;