From 9bddde40c7652c1633e759f39fc23b36f29ca40b Mon Sep 17 00:00:00 2001 From: lenovo Date: Wed, 14 Dec 2022 22:45:43 +0100 Subject: [PATCH] wip layout added line under ontrols --- tests_hugo/chat_node/chat_client/chat.html | 8 ++++---- tests_hugo/chat_node/chat_client/style/chat__global.css | 7 +++++++ tests_hugo/chat_node/chat_client/style/layout_home.css | 1 - 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/tests_hugo/chat_node/chat_client/chat.html b/tests_hugo/chat_node/chat_client/chat.html index 07fb7c14..10c0d98f 100644 --- a/tests_hugo/chat_node/chat_client/chat.html +++ b/tests_hugo/chat_node/chat_client/chat.html @@ -48,15 +48,15 @@ - - -
+
+ diff --git a/tests_hugo/chat_node/chat_client/style/chat__global.css b/tests_hugo/chat_node/chat_client/style/chat__global.css index fa7570bb..73e651a7 100644 --- a/tests_hugo/chat_node/chat_client/style/chat__global.css +++ b/tests_hugo/chat_node/chat_client/style/chat__global.css @@ -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; +} diff --git a/tests_hugo/chat_node/chat_client/style/layout_home.css b/tests_hugo/chat_node/chat_client/style/layout_home.css index 85e0cc1f..0bf74ed7 100644 --- a/tests_hugo/chat_node/chat_client/style/layout_home.css +++ b/tests_hugo/chat_node/chat_client/style/layout_home.css @@ -12,7 +12,6 @@ display: flex; } - /* button "new" appearance */ /* add or remove '.chat_item' to toggle the hover effect */