Fix chatlist layout on mobiles

This commit is contained in:
morethanwords 2021-05-25 23:22:25 +03:00
parent 4f6bdbce37
commit 350fc0b19e

View File

@ -78,9 +78,10 @@
ul.chatlist {
padding: 0 .5rem/* .5rem */;
/* @include respond-to(handhelds) {
padding: 0 0 .5rem;
} */
@include respond-to(handhelds) {
// padding: 0 0 .5rem;
padding: 0;
}
}
.chatlist {