bigomics / bigdash

Other
4 stars 0 forks source link

Fix #569: Dataset name is not centered on navbar and is not responsively-designed #22

Closed ESCRI11 closed 1 year ago

ESCRI11 commented 1 year ago

Description

Create a center div argument for the navbar function.

Before we just had a title + an array of divs that were placed on the right. To center the dataset name a hacky trick was performed from OPG. This hack worked ~ok on most screens but was not responsive or accurate. Now we place a center div between the title and all the elements on the right.

This PR should be merged before the one in OPG that closes the issue.

image

image

image

image