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.
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.