no scrolling for mobile chat list

main
psychobunny 10 years ago
parent 1f8e9410f2
commit b6d7b5b46e

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

Loading…
Cancel
Save