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:
parent
94e9448658
commit
f0bf138448
4 changed files with 83 additions and 24 deletions
|
@ -279,6 +279,7 @@ a:focus {
|
|||
}
|
||||
|
||||
.co-tabs li a {
|
||||
display: inline-block;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
white-space: nowrap;
|
||||
|
|
Reference in a new issue