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 */