diff src/chat.css @ 34:0fb3488a017d

show_text
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 04 Aug 2025 23:06:19 -0600
parents d34d709a7a8e
children 6cdb2c761e08
line wrap: on
line diff
--- a/src/chat.css	Mon Aug 04 15:56:23 2025 -0600
+++ b/src/chat.css	Mon Aug 04 23:06:19 2025 -0600
@@ -37,10 +37,10 @@
 	width: 600px;
 	max-width: 90%;
 }
-dialog[edit] input {
+dialog[edit] input[type=text] {
 	width: 100%;
 }
 
-div[buttons] audio {
-	max-height: 34px;
+div[role=assistant]:not(:has([name=show_text]:checked)) div[message] {
+	filter: blur(5px);
 }