Mercurial Hosting > lang
changeset 75:b96cf27e719d default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 28 Aug 2025 14:36:03 -0600 |
parents | 64e35a92d163 |
children | |
files | src/chat.css src/site.css |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
diff -r 64e35a92d163 -r b96cf27e719d src/chat.css --- a/src/chat.css Thu Aug 28 13:31:46 2025 -0600 +++ b/src/chat.css Thu Aug 28 14:36:03 2025 -0600 @@ -45,11 +45,6 @@ div[role=assistant]:has(option[value=hide_ruby]:checked) div[message] rt { filter: blur(5px); } -div[role=assistant] div[trans] { - display: none; - border-top: 1px solid #cccccc; - white-space: pre-wrap; -} div[role=assistant]:has(option[value=show_trans]:checked) div[trans] { display: block; }
diff -r 64e35a92d163 -r b96cf27e719d src/site.css --- a/src/site.css Thu Aug 28 13:31:46 2025 -0600 +++ b/src/site.css Thu Aug 28 14:36:03 2025 -0600 @@ -93,6 +93,11 @@ white-space: pre-wrap; } +div[role=assistant] div[trans] { + display: none; + border-top: 1px solid #cccccc; + white-space: pre-wrap; +} audio { max-height: 34px; }