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

@ -57,10 +57,6 @@
display: block;
}
.repo-panel-tags-element .image-id-col {
width: 100px;
}
.repo-panel-tags-element .options-col {
padding-left: 20px;
}