FIX: Additional fixes for last-visited on topic list (#14962)

This commit is contained in:
Jordan Vidrine 2021-11-16 05:34:29 -06:00 committed by GitHub
parent 2167d4d890
commit 370c729160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{{#if view.isLastVisited}}
<tr class='topic-list-item-separator'>
<td class='topic-list-data' colspan="6">
<td class="topic-list-data" colspan="6">
<span>
{{i18n 'topics.new_messages_marker'}}
</span>

View File

@ -200,7 +200,7 @@
.topic-list-data {
border-bottom: 1px solid var(--danger-medium);
line-height: 0.1em;
line-height: 0em;
padding: 0;
text-align: center;
}