fix navbar not supporting other languages nicely size wise
This commit is contained in:
parent
295357f12b
commit
349bf29122
1 changed files with 12 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue