wip layout added line under ontrols

This commit is contained in:
lenovo
2022-12-14 22:45:43 +01:00
parent 17d3fff002
commit 9bddde40c7
3 changed files with 11 additions and 5 deletions

View File

@@ -48,15 +48,15 @@
</div>
<!-- placeholders
-->
<button class="chat_room_name">
<button class="chat_room_name" onclick="layout('room')">
<p>a room</p>
</button>
<button class="chat_room_name">
<button class="chat_room_name" onclick="layout('room')">
<p>another room</p>
</button>
<div class="chat_room_name">
<button class="chat_room_name" onclick="layout('room')">
<p>placeholder</p>
</div>
</button>
<!-- END placeholders -->
</div>
</div>

View File

@@ -15,3 +15,10 @@
display: flex;
color: rgb(100, 100, 100);
}
/* separation line under controls
*/
#chat_box .chat_item.chat_panel {
border-top: 1px solid black;
}

View File

@@ -12,7 +12,6 @@
display: flex;
}
/* button "new" appearance
*/
/* add or remove '.chat_item' to toggle the hover effect */