Improve chat window positioning and responsiveness
Description 📹
The chat window currently uses fixed positioning with percentage-based width, which can cause issues on different screen sizes. The window needs better responsive behavior and smoother transitions.
We could fix the window in the bottom-left of the screen, so that navigation is not impaired by the chat window.
Proposed Actions 🛠️
Fork and Create Branch:
git checkout -b fix-chat-positioning
Implement Changes:
[ ] Update chat window positioning in theme/css/chat.css:
Any other changes that you deem necessary for the feature to work well.
Run Tests and Commit Changes
Visually test that your solution works.
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Assignment: Don't create a pull request if you weren’t assigned to this issue.
Timeframe: Complete the task within 3 business days.
Closing the Issue: In your PR description, close the issue by writing Close #[issue_id].
Review Process:
Once you've submitted your PR, change the label to "ready for review".
If changes are requested, address them and then update the label back to "ready for review" once done.
Testing: Test your PR locally before pushing, and verify that tests and build are working after pushing.
Thank you for your contribution 🙏
⚠️ WARNING: Failure to follow the requirements above may result in being added to the OnlyDust blacklist, affecting your ability to receive future rewards.
Improve chat window positioning and responsiveness
Description 📹
The chat window currently uses fixed positioning with percentage-based width, which can cause issues on different screen sizes. The window needs better responsive behavior and smoother transitions. We could fix the window in the bottom-left of the screen, so that navigation is not impaired by the chat window.
Proposed Actions 🛠️
Fork and Create Branch:
Implement Changes:
theme/css/chat.css
:@media (max-width: 480px) {
chat-window {
width: 100%; height: 100%; bottom: 0; right: 0; border-radius: 0; } }
Any other changes that you deem necessary for the feature to work well.
Visually test that your solution works.
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Close #[issue_id]
.Thank you for your contribution 🙏
⚠️ WARNING: Failure to follow the requirements above may result in being added to the OnlyDust blacklist, affecting your ability to receive future rewards.