Hello,
It’s been bugging me that there’s empty link tags in the nav causing the nav buttons to misalign. If these aren’t used for anything, could you please remove/hide them?
<ul id="nav" class="nav nav-pills">
::before
<a></a> <!-- HERE -->
<li>
<a></a> <!-- HERE -->
<a id="gamemode_header" href="#" onclick="update_queue(0)" style="background: rgb(29, 142, 77); color: rgb(255, 255, 255);">QUEUE IS OPEN</a>
</li>
<li class="active">
<a name="queue" onclick="update_status(this.name);queue_mode();" data-toggle="tab" href="#playing">Queue Mode</a>
</li>
::after
</ul>