Skip to content

Commit

Permalink
Fix timestamps in compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LofiTurtle committed Sep 9, 2024
1 parent 9d0667a commit 72a8597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion light.mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -3443,7 +3443,7 @@ html.theme-light .container_d331f1.isOpen_d331f1 {
}

/* adds time stamps besides edited messages */
.timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca, .vc-reply-timestamp) time::after {
.messageContent_f9f2ca .timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca, .vc-reply-timestamp) time::after {
content: " (" attr(aria-label) ")";
color: var(--text-muted);
font-size: 0.625rem;
Expand Down

0 comments on commit 72a8597

Please sign in to comment.