add clickable video timestamps

This commit is contained in:
2026-06-08 13:43:28 +02:00
parent 219cab1b03
commit a6997bc4b4
2 changed files with 38 additions and 2 deletions

View File

@@ -3258,15 +3258,18 @@ body.layout-legacy .scroll-to-bottom svg {
margin: 0;
}
.comment-context-link {
.comment-context-link,
.comment-timestamp {
color: var(--accent);
text-decoration: none;
font-family: 'VCR', monospace;
font-size: 0.9em;
opacity: 1;
cursor: pointer;
}
.comment-context-link:hover {
.comment-context-link:hover,
.comment-timestamp:hover {
opacity: 1;
text-decoration: underline;
}