diff --git a/src/main/resources/static/css/general.css b/src/main/resources/static/css/general.css index 3185a0df..de6b7657 100644 --- a/src/main/resources/static/css/general.css +++ b/src/main/resources/static/css/general.css @@ -12,6 +12,18 @@ bottom: 0; width: 100%; } +.navbar { + height: auto; /* Adjusts height automatically based on content */ + white-space: nowrap; /* Prevents wrapping of navbar contents */ +} +/* TODO enable later +.navbar .container { + + + max-width: 100%; //Allows the container to expand up to full width + margin-left: auto; + margin-right: auto; +}*/ html[lang-direction=ltr] * { direction: ltr;