UI: расширить плитки каналов

This commit is contained in:
AidarKC
2026-08-01 02:52:25 +04:00
parent a23c979045
commit de7c35f587
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1039,7 +1039,7 @@ function renderListContent({ screen, container, listState, navigate, refreshFeed
const time = document.createElement('span');
time.className = 'channel-row-time';
time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : '';
time.textContent = channel.lastMessageAt ? formatRelativeTime(channel.lastMessageAt) : '';
const count = document.createElement('span');
count.className = 'unread channel-row-count';