seperate channels and input field

This commit is contained in:
Mystikfluu 2022-08-11 17:30:48 +02:00
parent f16f41adf9
commit 1e4e71b0bc

View File

@ -31,8 +31,9 @@
<br> <br>
<button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button> <button type="button" name="button" id="post-btn" onclick="postMessage()">Post</button>
</div> </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> <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> --> <!-- <p class="channel">- Channel Name -</p> -->
</div> </div>
<div class="posts" id="posts"></div> <div class="posts" id="posts"></div>