From 349bf29122383c24b0c39d670cd6ed0a4f6fa94d Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:20:30 +0100 Subject: [PATCH] fix navbar not supporting other languages nicely size wise --- src/main/resources/static/css/general.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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;