HabitRPG / habitica

A habit tracker app which treats your goals like a Role Playing Game.
https://habitica.com
Other
12.03k stars 4.1k forks source link

Navigation Bar Visual Improvements #15278

Closed CuriousMagpie closed 3 months ago

CuriousMagpie commented 4 months ago

Note: the media query CSS needed to be moved to the bottom of the style section. The changes made to @media only screen and (max-width: 992px) are as follows and located at the bottom of the media query:

    .navbar-toggler {
      padding-left: 0px;
      padding-right: 8px;
    }

    .item-with-icon {
      margin-right: 16px;
    }

    .hg {
      margin-left: 24px;
      margin-right: 24px;
    }