Mercurial Hosting > lang
comparison src/chat.css @ 52:27758f3b2d69
add hide_ruby
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 16 Aug 2025 09:56:10 +0900 |
parents | 1d9d9786d76f |
children |
comparison
equal
deleted
inserted
replaced
51:4581a20b8124 | 52:27758f3b2d69 |
---|---|
37 } | 37 } |
38 dialog[edit] input[type=text] { | 38 dialog[edit] input[type=text] { |
39 width: 100%; | 39 width: 100%; |
40 } | 40 } |
41 | 41 |
42 div[role=assistant] div[message] { | 42 div[role=assistant]:has(option[hide_text]:checked) div[message] { |
43 filter: blur(5px); | 43 filter: blur(5px); |
44 } | 44 } |
45 div[role=assistant]:has([name=show_text]:checked) div[message] { | 45 div[role=assistant]:has(option[hide_ruby]:checked) div[message] rt { |
46 filter: none; | 46 filter: blur(5px); |
47 } | 47 } |