X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cdd156137b746491b1b529300c9e76f7882057f3..837924027a804a1a31ae1a2a3958c8e27e402a5e:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a536f527f..c1728f870 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -170,7 +170,11 @@ nav.primary { nav.secondary { .nav-link { - padding: 0.3rem; + padding: 0 0.3rem; + } + + > ul { + height: 1.5em; } } @@ -228,7 +232,8 @@ body.small-nav { flex-direction: column; > ul { - justify-content: unset !important; + height: auto; + justify-content: center; } .user-menu, .login-menu {