Revert "UX: chat composer (#23267)" (#23273)

This reverts commit 3bcbb2444a.
This commit is contained in:
Jordan Vidrine 2023-08-25 13:49:41 -05:00 committed by GitHub
parent a94834abd5
commit 8ec1f6f404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.chat-composer-button { .chat-composer-button {
box-sizing: border-box; box-sizing: border-box;
width: 40px; width: 50px;
border: 0; border: 0;
height: 50px; height: 50px;
background: none; background: none;

View File

@ -5,5 +5,4 @@
background: var(--primary-low-mid); background: var(--primary-low-mid);
height: 30px; height: 30px;
display: flex; display: flex;
flex-shrink: 0;
} }