diff src/chat.css @ 11:563a5358f2ee

add delete_chat
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 31 Oct 2024 19:17:53 -0600
parents f9e6a4cc4f7d
children 949914955bfe
line wrap: on
line diff
--- a/src/chat.css	Wed Oct 30 23:18:45 2024 -0600
+++ b/src/chat.css	Thu Oct 31 19:17:53 2024 -0600
@@ -1,7 +1,6 @@
 div[content] {
 	margin-bottom: 0;
 	display: flex;
-	xheight: 100%;
 	height: calc(100vh - 32px);
 	margin-left: calc(3% - 8px);
 	margin-right: 0;
@@ -22,6 +21,7 @@
 	padding-left: 8px;
 	padding-right: 8px;
 	border-radius: 4px;
+	cursor: pointer;
 }
 
 div[chats] > div:hover,