neoncube2 / flarum-private-messages

Private Messages (PM's, DM's) for Flarum
https://discuss.flarum.org/d/35388-private-messages
MIT License
2 stars 1 forks source link

Two interfaces display problems #5

Open kk14569 opened 1 month ago

kk14569 commented 1 month ago
  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 commented 1 month ago

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

.ConversationsList .chat .chat-message {
    border-radius: 0 0 @border-radius 0;
}
neoncube2 commented 1 month ago

Thanks again for the PR :)

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

neoncube2 commented 1 month ago

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?