diff src/chat.css @ 34:62d04ca486dd

UI
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 Nov 2024 16:08:24 -0700
parents e2b7f6393dab
children 27c41f22d2a9
line wrap: on
line diff
--- a/src/chat.css	Sun Nov 10 19:57:14 2024 -0700
+++ b/src/chat.css	Tue Nov 12 16:08:24 2024 -0700
@@ -28,6 +28,7 @@
 	width: 100%;
 	display: flex;
 	flex-direction: column;
+	justify-content: space-between;
 }
 
 div[posts] > * {
@@ -49,14 +50,29 @@
 	margin-bottom: 16px;
 }
 
+[intro] {
+	text-align: center;
+}
+
+div[who] {
+	display: flex;
+	justify-content: space-between;
+}
+
+span[right] {
+	font-size: 12px;
+	color: grey;
+}
+
 span[pulldown] {
 	position: relative;
+	visibility: hidden;
 }
 
 span[pulldown] > div {
 	display: none;
 	top: 0;
-	left: 100%;
+	right: 100%;
 	z-index: 2;
 	position: absolute;
 	border: 1px solid #cccccc;
@@ -80,7 +96,7 @@
 }
 
 div[text] {
-	white-space-collapse: preserve;
+	white-space: pre-wrap;
 }
 
 div[input] {
@@ -106,10 +122,9 @@
 	display: inline-block;
 	aspect-ratio: 1;
 	background-color: grey;
-	height: 1em;
+	height: 0.6em;
 	border-radius: 50%;
 	margin-left: 4px;
-	margin-bottom: -2px;
 }
 
 
@@ -127,7 +142,7 @@
 
 	div[posts] {
 		padding-left: 8px;
-		border-left: 1px solid;
+		border-left: 1px solid grey;
 	}
 
 	div[top] img {