diff options
| -rwxr-xr-x | bin/mail/comment.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/mail/comment.sh b/bin/mail/comment.sh index be86070..1786afc 100755 --- a/bin/mail/comment.sh +++ b/bin/mail/comment.sh | |||
| @@ -126,10 +126,12 @@ if [ ! -f $output ] || ! xmllint --html --nofixup-base-uris $output &>/dev/null; | |||
| 126 | } | 126 | } |
| 127 | .replies { | 127 | .replies { |
| 128 | display: none; | 128 | display: none; |
| 129 | cursor: pointer; | ||
| 130 | &:has(li) { | 129 | &:has(li) { |
| 131 | display: block; | 130 | display: block; |
| 132 | } | 131 | } |
| 132 | summary { | ||
| 133 | cursor: pointer; | ||
| 134 | } | ||
| 133 | ul { | 135 | ul { |
| 134 | padding-inline: 1rem 0; | 136 | padding-inline: 1rem 0; |
| 135 | } | 137 | } |