mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 18:12:46 +08:00
FIX: Additional fixes for last-visited on topic list (#14962)
This commit is contained in:
parent
2167d4d890
commit
370c729160
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user