Skip to content

Commit

Permalink
v1-134
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Jan 24, 2025
1 parent 5fb8170 commit 5827c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root {
--version: "1-133"; /* 0-00 */
--version: "1-134"; /* 0-00 */
--currentVersion: "WizardUI v" var(--version);
/* MAIN VARIABLES */
--AppName: "DISCORD";
Expand Down Expand Up @@ -4867,7 +4867,7 @@ div[class^=folderIconWrapper],
transform: scale(1.066666);
}

.timestamp_f9f2ca:not(.timestampInline_f9f2ca, .timestampVisibleOnHover_f9f2ca) time::after {
.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 5827c92

Please sign in to comment.