Improve narrow composer usability

This commit is contained in:
Germain Souquet 2021-09-09 13:27:25 +01:00
parent bbf66a0011
commit aa53444267
3 changed files with 7 additions and 4 deletions

View file

@ -221,7 +221,8 @@ limitations under the License.
border-radius: 50%;
}
&:hover {
&:hover,
&.mx_MessageComposer_closeButtonMenu {
&::after {
background: rgba($accent-color, 0.1);
}
@ -265,7 +266,6 @@ limitations under the License.
.mx_MessageComposer_sendMessage {
cursor: pointer;
position: relative;
margin-right: 6px;
width: 32px;
height: 32px;
border-radius: 100%;