changeset 82:0bc5e0d098f7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 10 Mar 2025 22:42:46 -0600
parents a0d3477d5694
children a47036fd0158
files src/chat.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/chat.css	Mon Mar 10 22:27:23 2025 -0600
+++ b/src/chat.css	Mon Mar 10 22:42:46 2025 -0600
@@ -249,6 +249,7 @@
 	div[posts] {
 		padding-left: 8px;
 		border-left: 1px solid grey;
+		max-width: calc(100% - 250px);
 	}
 
 	div[top] img[back] {