Mercurial Hosting > lang
comparison src/chat.css @ 75:b96cf27e719d default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 28 Aug 2025 14:36:03 -0600 |
parents | 64e35a92d163 |
children |
comparison
equal
deleted
inserted
replaced
74:64e35a92d163 | 75:b96cf27e719d |
---|---|
43 filter: blur(5px); | 43 filter: blur(5px); |
44 } | 44 } |
45 div[role=assistant]:has(option[value=hide_ruby]:checked) div[message] rt { | 45 div[role=assistant]:has(option[value=hide_ruby]:checked) div[message] rt { |
46 filter: blur(5px); | 46 filter: blur(5px); |
47 } | 47 } |
48 div[role=assistant] div[trans] { | |
49 display: none; | |
50 border-top: 1px solid #cccccc; | |
51 white-space: pre-wrap; | |
52 } | |
53 div[role=assistant]:has(option[value=show_trans]:checked) div[trans] { | 48 div[role=assistant]:has(option[value=show_trans]:checked) div[trans] { |
54 display: block; | 49 display: block; |
55 } | 50 } |
56 | 51 |
57 div[controls] { | 52 div[controls] { |