w-100 class not needed
This commit is contained in:
parent
ffa3415318
commit
cec5d7ea06
|
@ -285,7 +285,7 @@ function getNavBarHTML($reload = null) {
|
||||||
|
|
||||||
// *** Build the navigation bar menu items ***
|
// *** Build the navigation bar menu items ***
|
||||||
if ( $user and $user['Username'] ) {
|
if ( $user and $user['Username'] ) {
|
||||||
echo '<ul class="navbar-nav justify-content-center w-100">';
|
echo '<ul class="navbar-nav justify-content-center">';
|
||||||
echo getConsoleHTML();
|
echo getConsoleHTML();
|
||||||
echo getOptionsHTML();
|
echo getOptionsHTML();
|
||||||
echo getLogHTML();
|
echo getLogHTML();
|
||||||
|
|
Loading…
Reference in New Issue