Make autocomplete pop-up wider in thread view (#9289)
* Make autocomplete pop-up wider in thread view * Handle non-narrow mode too
This commit is contained in:
parent
a0c35d088a
commit
4bfb1e7b2f
2 changed files with 12 additions and 1 deletions
|
@ -84,6 +84,14 @@ limitations under the License.
|
|||
.mx_MessageComposer_sendMessage {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
// Make use of the space above the composer buttons too
|
||||
.mx_Autocomplete {
|
||||
width: calc(100% + 140px);
|
||||
}
|
||||
&.mx_ThreadView_narrow .mx_Autocomplete {
|
||||
width: calc(100% + 108px);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomView_messagePanel { /* To avoid the rule from being applied to .mx_ThreadPanel_empty */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue