Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Status Bar Under Chat #691

Merged
merged 1 commit into from
Aug 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<section id="contentFrame" class="clrBr">
<div id="pageContainer"></div>
</section>

<section id="statusBar"></section>
<div id="chatCloseBtn" class="chatCloseBtn js-chatClose ion-ios-close-empty iconBtn clrP clrBr4 clrT2"></div>
<div id="chatContainer"></div>
<div id="chatConvoContainer" class="clrP clrBr3"></div>
<section id="statusBar"></section>

</div>
<script>
// install babel hooks in the renderer process
Expand Down