seperate channels and input field
This commit is contained in:
parent
f16f41adf9
commit
1e4e71b0bc
@ -31,8 +31,9 @@
|
||||
<br>
|
||||
<button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button>
|
||||
</div>
|
||||
<div class="channelTab" id="channelTab">
|
||||
<div class="channelTab">
|
||||
<input type="text" name="Username_input" id="Username_input" placeholder="Username" class="channel" style="font-size: 16px;" onkeypress="clickPress(event)"> <br>
|
||||
<div id="channelTab"></div>
|
||||
<!-- <p class="channel">- Channel Name -</p> -->
|
||||
</div>
|
||||
<div class="posts" id="posts"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user