diff src/chat.css @ 79:b5a316575e64

reply
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 10 Mar 2025 21:41:53 -0600
parents 377bdda60f0b
children 0bc5e0d098f7
line wrap: on
line diff
--- a/src/chat.css	Sun Mar 09 22:20:36 2025 -0600
+++ b/src/chat.css	Mon Mar 10 21:41:53 2025 -0600
@@ -135,9 +135,21 @@
 	background-color: #428bca;
 }
 
+blockquote,
 div[text] {
 	white-space: pre-wrap;
 }
+blockquote {
+	margin: 0;
+}
+div[quote] {
+	border-left: 1px solid #888888;
+	padding-left: 8px;
+}
+div[reply] a,
+div[quote] [when] {
+	font-size: 12px;
+}
 
 div[input] {
 	padding-top: 1em;
@@ -147,9 +159,25 @@
 	align-items: flex-end;
 }
 
-div[input] textarea {
+div[input] span[textarea] {
 	flex-grow: 1;
 	max-height: 150px;
+}
+
+div[input] div[reply] {
+	border: 1px solid #888888;
+	padding: 2px;
+}
+
+div[input] div[reply_top] {
+	display: flex;
+	justify-content: space-between;
+	color: #5f6368;
+}
+
+div[input] textarea {
+	display: block;
+	width: 100%;
 	resize: none;
 }