Composer: Editing message conflicts with select mode (#1344)

This commit is contained in:
Alexander Zinchuk 2021-08-03 01:31:00 +03:00
parent 41713e3ca2
commit 435362e448
2 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,10 @@
height: 2.625rem;
transition: height 150ms ease-out, opacity 150ms ease-out;
.select-mode-active + .middle-column-footer & {
display: none;
}
&:not(.open) {
height: 0 !important;
}

View File

@ -6,6 +6,10 @@
transition: none !important;
}
.select-mode-active + .middle-column-footer & {
display: none;
}
&:not(.open) {
height: 0 !important;
}