no scrolling for mobile chat list

main
psychobunny 10 years ago
parent 1f8e9410f2
commit b6d7b5b46e

@ -40,14 +40,18 @@
text-decoration: underline;
}
.chat-list li {
width: auto;
.chat-list {
max-height: 100%;
a {
color: white;
li {
width: auto;
i {
left: 42px;
a {
color: white;
i {
left: 42px;
}
}
}
}

Loading…
Cancel
Save