fix contact list view

This commit is contained in:
koplenov 2026-05-07 19:33:07 +03:00
parent 2355d6836d
commit deae55c0d1
2 changed files with 4 additions and 2 deletions

View file

@ -203,6 +203,8 @@
flex: 1; flex: 1;
overflow-y: auto; overflow-y: auto;
min-height: 0; min-height: 0;
display: flex;
flex-direction: column;
} }
[xmpp_Chat_pane] { [xmpp_Chat_pane] {

View file

@ -96,8 +96,8 @@ $xmpp $mol_view
<= Search_input $mol_string <= Search_input $mol_string
hint @ \Search or enter JID… hint @ \Search or enter JID…
value? <=> search_query? \ value? <=> search_query? \
<= Roster_list $mol_list <= Roster_list $mol_view
rows <= roster_rows / sub <= roster_rows /
<= Search_actions $mol_view <= Search_actions $mol_view
sub <= search_actions_sub / sub <= search_actions_sub /
- -