Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Divider between tracks #425

Closed
keiranmraine opened this issue Jan 22, 2014 · 3 comments
Closed

Divider between tracks #425

keiranmraine opened this issue Jan 22, 2014 · 3 comments
Assignees
Labels
small task this takes a day of work or less

Comments

@keiranmraine
Copy link
Contributor

Hi Robert,

Just rolled out to a select set of users...first request is to add some sort of visible divider between tracks as it can be difficult to discern which track data is from.

screen shot 2014-01-22 at 11 01 48

On investigation I've found that this is apparently a slight bug in the display. In the Alignment2 tracks the reads at the top of each track actually start rendering above the top of the track label/menu.

screen shot 2014-01-22 at 11 03 03

This is exacerbated in the 'compact' view as a read can appear completely above the track label

screen shot 2014-01-22 at 11 05 52

So two things really:

  1. Can a very fine grey '---' be added between tracks (adding this may solve 2)?
  2. Can the vertical alignment be tweaked?
@rbuels
Copy link
Collaborator

rbuels commented Jan 22, 2014

Yes, I'll get this into 1.11.2.

@rbuels
Copy link
Collaborator

rbuels commented Jan 22, 2014

Approach for this is:

  • tweak the CSS so that the track label div is right up against the top border of the track's div
  • add a 1px #eee border to the bottom of track divs, and make sure they have a box-sizing: border-box

@rbuels
Copy link
Collaborator

rbuels commented Feb 6, 2014

fixed by c805016

@rbuels rbuels closed this as completed Feb 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small task this takes a day of work or less
Projects
None yet
Development

No branches or pull requests

3 participants