_sass: place club status and Mumble side by side in mobile menu
This commit is contained in:
parent
bb2ad75c91
commit
dd39a8ffc2
@ -50,6 +50,19 @@ body {
|
|||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.navbar-right {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.navbar-right li {
|
||||||
|
flex: 1;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.navbar-right li#spacer {
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
|
|
||||||
ul.navbar-nav li a {
|
ul.navbar-nav li a {
|
||||||
color: $nav-link-color !important;
|
color: $nav-link-color !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user