SHA256
UI: DM список метаданных и Enter/Ctrl+Enter в чате
This commit is contained in:
@@ -3427,6 +3427,19 @@ textarea.input {
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.32);
|
||||
}
|
||||
|
||||
.dm-row-meta-col {
|
||||
display: grid;
|
||||
justify-items: end;
|
||||
align-content: start;
|
||||
gap: 6px;
|
||||
min-width: 64px;
|
||||
}
|
||||
|
||||
.dm-row-time {
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.dm-chat-wrap {
|
||||
gap: 12px;
|
||||
}
|
||||
@@ -3465,6 +3478,14 @@ textarea.input {
|
||||
gap: 10px;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: end;
|
||||
position: sticky;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
padding: 10px;
|
||||
border-top: 1px solid rgba(212, 175, 55, 0.22);
|
||||
background: rgba(8, 12, 20, 0.9);
|
||||
backdrop-filter: blur(12px);
|
||||
-webkit-backdrop-filter: blur(12px);
|
||||
}
|
||||
|
||||
.dm-voice-btn {
|
||||
|
||||
Reference in New Issue
Block a user