SHA256
Исправить обновление непрочитанных в UI
This commit is contained in:
@@ -1517,3 +1517,61 @@
|
||||
flex: 1 1 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* ===== Channel row realtime layout: time top-right, unread bottom-right ===== */
|
||||
.channels-screen--list .channel-row-main {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-title-line {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-title-line .channel-row-title {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-title-line .channel-row-time {
|
||||
position: static;
|
||||
transform: none;
|
||||
width: auto;
|
||||
max-width: max-content;
|
||||
flex: 0 0 auto;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 11px;
|
||||
line-height: 1.12;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-preview-line {
|
||||
display: block;
|
||||
padding-right: 42px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row-controls {
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
bottom: 6px;
|
||||
top: auto;
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
height: auto;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.channels-screen--list .channel-row .channel-row-controls > .channel-row-count {
|
||||
position: static;
|
||||
margin: 0;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
@@ -722,3 +722,16 @@ button.dm-via-node:hover { border-color: rgba(25, 229, 138, 0.5); }
|
||||
opacity: 0.72;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
|
||||
/* ===== Personal chat row layout: time top-right, unread bottom-right ===== */
|
||||
.dm-list-screen .dm-row-time {
|
||||
grid-row: 1;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.dm-list-screen .dm-unread-badge,
|
||||
.dm-list-screen .dm-row-meta-spacer {
|
||||
grid-row: 2;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user