comparison src/chat.css @ 41:2a4c83ce3deb

public chat
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 11 Aug 2025 07:58:32 +0900
parents 6cdb2c761e08
children 1d9d9786d76f
comparison
equal deleted inserted replaced
40:6cdb2c761e08 41:2a4c83ce3deb
38 } 38 }
39 dialog[edit] input[type=text] { 39 dialog[edit] input[type=text] {
40 width: 100%; 40 width: 100%;
41 } 41 }
42 42
43 div[role=assistant]:not(:has([name=show_text]:checked)) div[message] { 43 div[role=assistant] div[message] {
44 filter: blur(5px); 44 filter: blur(5px);
45 } 45 }
46 div[role=assistant]:has([name=show_text]:checked) div[message] {
47 filter: none;
48 }