feat(explore): improve article timestamps

This commit is contained in:
2026-07-24 10:45:01 +08:00
parent d6e4998d87
commit 366136cee9
2 changed files with 41 additions and 2 deletions

View File

@@ -922,6 +922,27 @@
gap: 2px;
}
.explore-article-meta-line {
min-width: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.explore-article-meta-line > :first-child {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.explore-article-list-time {
flex: 0 0 auto;
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.explore-article-title {
display: -webkit-box;
overflow: hidden;