mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 13:35:24 +08:00
UX: composer fixes (#23334)
* UX: fix disappearing separator * UX: slightly smaller composer btns on non-mobile
This commit is contained in:
@ -1,9 +1,12 @@
|
|||||||
.chat-composer-button {
|
.chat-composer-button {
|
||||||
|
@include breakpoint(mobile-large) {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 50px;
|
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
background: none;
|
background: none;
|
||||||
|
padding-inline: 0.75rem;
|
||||||
|
|
||||||
.is-disabled & {
|
.is-disabled & {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
@ -29,6 +29,10 @@
|
|||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-composer-separator {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&__outer-container {
|
&__outer-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Reference in New Issue
Block a user