UX: composer fixes (#23334)

* UX: fix disappearing separator

* UX: slightly smaller composer btns on non-mobile
This commit is contained in:
chapoi 2023-08-30 15:10:21 +02:00 committed by GitHub
parent 7b78895930
commit a97dcd8564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,12 @@
.chat-composer-button {
@include breakpoint(mobile-large) {
width: 50px;
}
box-sizing: border-box;
width: 50px;
border: 0;
height: 50px;
background: none;
padding-inline: 0.75rem;
.is-disabled & {
cursor: not-allowed;

View File

@ -29,6 +29,10 @@
align-self: flex-end;
}
.chat-composer-separator {
flex-shrink: 0;
}
&__outer-container {
display: flex;
align-items: center;