We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such issue in Android app. On desktop (FireFox 123 and 119) the layout of Chat is:
<- Name {Photo} A --------------------- H message A H message H H message H H message V H --------------------- H Write a message... > V
where <- Name {Photo} and Write a message... > parts aren't visible simultaneously, so you either see
<- Name {Photo}
Write a message... >
<- Name {Photo} A --------------------- H message A H message H H message H H message V V
or by using the right scrollbar
message A A message H H message H H message V H --------------------- H Write a message... > V
Please make top and bottom parts always visible and remove the right scrollbar:
<- Name {Photo} --------------------- message A message H message H message V --------------------- Write a message... >
The text was updated successfully, but these errors were encountered:
No branches or pull requests
No such issue in Android app.
On desktop (FireFox 123 and 119) the layout of Chat is:
where
<- Name {Photo}
and
Write a message... >
parts aren't visible simultaneously, so you either see
or by using the right scrollbar
Please make top and bottom parts always visible and remove the right scrollbar:
The text was updated successfully, but these errors were encountered: