fix contact list view
This commit is contained in:
parent
2355d6836d
commit
deae55c0d1
2 changed files with 4 additions and 2 deletions
|
|
@ -203,6 +203,8 @@
|
|||
flex: 1;
|
||||
overflow-y: auto;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
[xmpp_Chat_pane] {
|
||||
|
|
|
|||
|
|
@ -96,8 +96,8 @@ $xmpp $mol_view
|
|||
<= Search_input $mol_string
|
||||
hint @ \Search or enter JID…
|
||||
value? <=> search_query? \
|
||||
<= Roster_list $mol_list
|
||||
rows <= roster_rows /
|
||||
<= Roster_list $mol_view
|
||||
sub <= roster_rows /
|
||||
<= Search_actions $mol_view
|
||||
sub <= search_actions_sub /
|
||||
-
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue