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;
overflow-y: auto;
min-height: 0;
display: flex;
flex-direction: column;
}
[xmpp_Chat_pane] {

View file

@ -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 /
-