Skip to content
New issue

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

Two interfaces display problems #5

Open
kk14569 opened this issue Sep 13, 2024 · 3 comments
Open

Two interfaces display problems #5

kk14569 opened this issue Sep 13, 2024 · 3 comments

Comments

@kk14569
Copy link

kk14569 commented Sep 13, 2024

  1. The border radius in the lower right corner of the message interface has become a right angle. I think it can be solved by changing less/css.

Screenshot: https://img.fastmirror.net/s/2024/09/13/66e45187c77db.jpeg

  1. The interface of the mobile site is very bad. I hope it can be repaired.

Screenshot: https://img.fastmirror.net/s/2024/09/13/66e45188778fd.jpeg

@kk14569 kk14569 changed the title Two problems Two interfaces display problems Sep 13, 2024
@kk14569
Copy link
Author

kk14569 commented Sep 14, 2024

Problem 1 fix: add code in custom less/css:

.ConversationsList .chat .chat-message {
    border-radius: 0 0 @border-radius 0;
}

@neoncube2
Copy link
Owner

Thanks again for the PR :)

I've just released v1.2.1, which should also fix the mobile issue :)

@neoncube2
Copy link
Owner

I've just released v1.3.0, which should vastly improve mobile support! :) When you have a chance, can you give it a try and let me know if you find any issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants