Remove unnecessary flexbox from theme dropdown

58a5e025ccec0d425f08df7cf14649b22daaf167

Tucker McKnight | Wed Dec 31 2025

Remove unnecessary flexbox from theme dropdown

Add padding to match the navbar on the other side, but remove
the flexbox so that it stays in the top-right corner instead of
vertically centering itself inside of the top nav space.
js_templates/common/htmlPage.ts:94
Before
94
              <div class="col-auto d-flex align-items-center">
After
94
              <div class="col-auto pt-2">