SHA256
WIP: эмодзи-пикер — чекпоинт 2 (доводка перед мержем с origin)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user