morethanwords / tweb

Telegram Web K, GPL v3
https://web.telegram.org/k/
GNU General Public License v3.0
1.86k stars 595 forks source link

Fix chat padding when the right column is visible #284

Closed githubcatw closed 10 months ago

githubcatw commented 10 months ago

This pull request fixes a small visual issue in chats.

When the right column (chat info) is visible, messages lose their padding.

Cropped screenshot of a chat, showing that messages have no padding

After the changes in this pull request, messages have a bit of padding, equal to that of the new message field.

Cropped screenshot of the same chat, showing that messages have a bit of padding
morethanwords commented 10 months ago

Thank you for letting me know about the bug. I've fixed it a bit differently.

githubcatw commented 10 months ago

Thank you for letting me know about the bug. I've fixed it a bit differently.

That's good to know. Your fix looks cleaner too.