Fix chat UI on mobile sidebar

main
pichalite 8 years ago
parent c9d3cfe8f6
commit 7279fcd1ec

@ -27,6 +27,7 @@
.modal-content {
height: 100%;
border: none;
}
}
}
@ -76,16 +77,50 @@
li {
width: auto;
padding: 0;
border: none;
color: #fff;
position: relative;
height: 60px;
a {
color: white;
&:hover {
background: none;
}
i {
left: 44px;
top: 9px;
&:not(:last-child) {
border-bottom: none;
}
.main-avatar {
position: absolute;
top: 0;
left: 0;
.avatar {
height: 40px;
width: 40px;
font-size: 20px;
border-radius: 0;
}
}
.members {
display: none;
}
.room-name {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
}
.teaser-content {
padding-left: 60px;
display: block;
font-size: 13px;
opacity: .8;
}
}
}

Loading…
Cancel
Save