aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-18Client updatemarzavec1-5/+100
See changelog.md
2019-05-19Bugfix for @mentionsRoslot1-0/+3
2018-10-07Updated style to handle messages that refer to the user.rand0x0m1-4/+1
2018-06-18Minor changes to prevent uglinessOpSimple1-1/+2
2018-06-17Solved the sidebar scroll for mobile usersOpSimple1-0/+3
Solved the most annoying problem for the mobile clients, the sidebar scroll. Yeah, we've experienced this situation when we couldn't invite someone who's at the last end of the sidebar with our mobile browser cause sidebar spills out of the screen when there's a lot of users connected. But, now this is solved by fixing the height of sidebar container to 90% when shown and to 0% when hidden. Ah! I was really grieving to get rid of this shit.