simularium / binding-sim-edu

Other
0 stars 0 forks source link

debug vertical position of slider dots #59

Open meganrm opened 5 months ago

meganrm commented 5 months ago
          fyi: this appeared a bit misaligned when I tested (in Firefox and Chrome):

image

I don't know that I have any suggestions for a better way to do alignment though... maybe the progress bar segments could get an inner container for just them and the ::before could be vertically centered within that with something like margin: auto 0; top: 0; bottom: 0;? This also may be within the range of "good enough" anyways, up to you. I don't envy you having to deal with vertical centering here.

_Originally posted by @frasercl in https://github.com/simularium/binding-sim-edu/pull/50#discussion_r1576611664_