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
@@ -1,2 +1,2 @@
client.version=1.4.15
client.version=1.4.16
server.version=1.4.4
+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';
+7 -7
View File
@@ -6998,7 +6998,7 @@ html, body { overflow-x: hidden; }
.channels-screen--list .channels-status,
.channels-screen--list .channels-empty-state,
.channels-screen--list .channels-bottom-action {
margin: 16px 20px;
margin: 16px 8px;
}
.channels-screen--list .channels-bottom-action {
@@ -7025,12 +7025,12 @@ html, body { overflow-x: hidden; }
}
.channels-screen--list .channel-row {
grid-template-columns: 46px minmax(0, 1fr) auto;
grid-template-columns: 72px minmax(0, 1fr) auto;
align-items: center;
gap: 10px;
min-height: 56px;
margin: 2px 20px;
padding: 6px 14px;
gap: 16px;
min-height: 78px;
margin: 4px 8px;
padding: 8px 10px;
border-radius: 16px;
border-color: transparent !important;
background: rgba(18, 24, 38, 0.18) !important;
@@ -7038,7 +7038,7 @@ html, body { overflow-x: hidden; }
}
.channels-screen--list .channel-row-main {
gap: 2px;
gap: 3px;
}
.channels-screen--list .channel-row-message {