UX: chat composer (#23267)
* UX: make composer buttons less wide * UX: fix disappearing separator
This commit is contained in:
parent
3081d83ac5
commit
3bcbb2444a
|
@ -1,6 +1,6 @@
|
|||
.chat-composer-button {
|
||||
box-sizing: border-box;
|
||||
width: 50px;
|
||||
width: 40px;
|
||||
border: 0;
|
||||
height: 50px;
|
||||
background: none;
|
||||
|
|
|
@ -5,4 +5,5 @@
|
|||
background: var(--primary-low-mid);
|
||||
height: 30px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue