diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index e689237..536f88f 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -979,7 +979,8 @@ there. .navbar-spacer { display: none; } .navbar > .container { - width: 100%; } + width: 100%; + max-height: 55px; } .navbar-list { list-style: none; margin-bottom: 0; } @@ -1076,8 +1077,3 @@ there. .popover-item:first-child .popover-link:hover:after { border-bottom-color: #33C3F0; } } - -.has-docked-nav .navbar > .container { - width: 80%; - max-height: 55px; -}