UX: chat composer (#23267)

* UX: make composer buttons less wide

* UX: fix disappearing separator
This commit is contained in:
chapoi 2023-08-25 13:16:58 +02:00 committed by GitHub
parent 3081d83ac5
commit 3bcbb2444a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

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