Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
337 stars 80 forks source link

long away message fix #87

Closed Nerdox closed 6 years ago

Nerdox commented 6 years ago

Hi, after away message was added, someone on my TS used long away message, so I decided to check your commit and in the comments, there was someone who was talking about it.. So I decided to pull request it for you. It cuts after 23characters - why? it depends on which letters are used, as you can see in the preview. I also added "title" tag for full length of away message.

How it looks like without cut: (https://github.com/Wruczek/ts-website/commit/eb98e539c6716fa3b43218eca2911e1e7e729b20#commitcomment-28565818) image

How it looks now: yolo string: (that's why 23characters) image

normal string image when it is normal string, there is still a lot of space left.. even with nick longer than 10characters.