WIP: эмодзи-пикер — чекпоинт 2 (доводка перед мержем с origin)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pixel
2026-07-16 11:21:00 +03:00
co-authored by Claude Opus 4.8
parent 266a74ef79
commit ea3b34e11e
5 changed files with 5 additions and 32 deletions
+2 -11
View File
@@ -4554,20 +4554,11 @@ html, body { overflow-x: hidden; }
border-radius: 10px;
}
.dm-voice-btn {
grid-area: voice;
min-width: 42px;
width: 42px;
padding: 0 10px;
}
.dm-actions-col {
display: grid;
grid-template-columns: repeat(2, 42px);
grid-template-rows: repeat(2, 42px);
grid-template-areas:
". voice"
"emoji send";
grid-template-rows: 42px;
grid-template-areas: "emoji send";
gap: 6px;
}