Refactored in more files, and fixed issues with panel markup

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-17 20:50:34 +02:00
parent a588bffb17
commit 2e685ef9dd
12 changed files with 444 additions and 577 deletions

View File

@@ -3,7 +3,6 @@
<li id="chat-log">
<ul class="inherit-height">
<li class="active inherit-height">
<!--<ul id="chat inherit-height">-->
<div class="row inherit-height">
<div class="col s12">
<ul class="tabs chatTabs tabs-fixed-width">
@@ -14,7 +13,6 @@
<div id="channelchat" class="col s12 inherit-height"><ul id="chatchannel" class="inherit-height"></ul></div>
<div id="all_chat" class="col s12 inherit-height"><ul id="chatall" class="inherit-height"></ul></div>
</div>
<!--</ul>-->
</li>
</ul>
</li>