UX: Fix topic card messages (#172)

This commit is contained in:
Jordan Vidrine
2025-05-30 08:39:39 -05:00
committed by GitHub
parent fc6d1b5b9d
commit 0ed3912d63
+4 -1
View File
@@ -629,9 +629,12 @@ body.user-messages-page {
display: none;
}
.main-link .link-top-line {
grid-area: title;
}
&.visited .main-link .link-top-line {
font-weight: normal;
grid-area: title;
}
td.topic-activity-data {