wip layout added line under ontrols
This commit is contained in:
@@ -48,15 +48,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- placeholders
|
<!-- placeholders
|
||||||
-->
|
-->
|
||||||
<button class="chat_room_name">
|
<button class="chat_room_name" onclick="layout('room')">
|
||||||
<p>a room</p>
|
<p>a room</p>
|
||||||
</button>
|
</button>
|
||||||
<button class="chat_room_name">
|
<button class="chat_room_name" onclick="layout('room')">
|
||||||
<p>another room</p>
|
<p>another room</p>
|
||||||
</button>
|
</button>
|
||||||
<div class="chat_room_name">
|
<button class="chat_room_name" onclick="layout('room')">
|
||||||
<p>placeholder</p>
|
<p>placeholder</p>
|
||||||
</div>
|
</button>
|
||||||
<!-- END placeholders -->
|
<!-- END placeholders -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,3 +15,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
color: rgb(100, 100, 100);
|
color: rgb(100, 100, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* separation line under controls
|
||||||
|
*/
|
||||||
|
#chat_box .chat_item.chat_panel {
|
||||||
|
border-top: 1px solid black;
|
||||||
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* button "new" appearance
|
/* button "new" appearance
|
||||||
*/
|
*/
|
||||||
/* add or remove '.chat_item' to toggle the hover effect */
|
/* add or remove '.chat_item' to toggle the hover effect */
|
||||||
|
|||||||
Reference in New Issue
Block a user