Fix wrapping on long server names

This commit is contained in:
jude
2023-07-23 16:28:27 +01:00
parent 5671fd462b
commit 58c778632e
3 changed files with 18 additions and 2 deletions

View File

@ -234,6 +234,16 @@ div#pageNavbar a {
text-align: center;
}
.navbar-burger {
flex-shrink: 0;
}
.navbar-item.pageTitle {
flex-shrink: 1;
text-wrap: nowrap;
overflow: hidden;
}
.navbar-burger, .navbar-burger:active, .navbar-burger.is-active {
background-color: #adc99c !important;
border-radius: 14px;
@ -582,6 +592,12 @@ input.default-width {
width: 100%;
margin: 4px;
}
p.title.pageTitle {
visibility: hidden;
text-wrap: nowrap;
overflow: hidden;
}
}
@media only screen and (max-width: 768px) {