comparison 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
comparison
equal deleted inserted replaced
33:7d9462ea03e3 34:0fb3488a017d
35 35
36 dialog[edit] { 36 dialog[edit] {
37 width: 600px; 37 width: 600px;
38 max-width: 90%; 38 max-width: 90%;
39 } 39 }
40 dialog[edit] input { 40 dialog[edit] input[type=text] {
41 width: 100%; 41 width: 100%;
42 } 42 }
43 43
44 div[buttons] audio { 44 div[role=assistant]:not(:has([name=show_text]:checked)) div[message] {
45 max-height: 34px; 45 filter: blur(5px);
46 } 46 }