fix navbar not supporting other languages nicely size wise

This commit is contained in:
Anthony Stirling 2023-07-23 23:20:30 +01:00
parent 295357f12b
commit 349bf29122

View file

@ -12,6 +12,18 @@
bottom: 0; bottom: 0;
width: 100%; 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] * { html[lang-direction=ltr] * {
direction: ltr; direction: ltr;