unrelated fix for searchbox being squashed by other roomlist content
This commit is contained in:
parent
61d9fe95e9
commit
257bac2b09
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ limitations under the License.
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_SearchBox {
|
||||||
|
flex: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* hide resize handles next to collapsed / empty sublists */
|
/* hide resize handles next to collapsed / empty sublists */
|
||||||
.mx_RoomList .mx_RoomSubList:not(.mx_RoomSubList_nonEmpty) + .mx_ResizeHandle {
|
.mx_RoomList .mx_RoomSubList:not(.mx_RoomSubList_nonEmpty) + .mx_ResizeHandle {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue