main
Anil Mandepudi 8 years ago committed by GitHub
parent 7279fcd1ec
commit 130d4f9a47

@ -97,9 +97,9 @@
.avatar {
height: 40px;
width: 40px;
font-size: 20px;
border-radius: 0;
width: 40px;
font-size: 20px;
border-radius: 0;
}
}
@ -110,16 +110,16 @@
.room-name {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
}
.teaser-content {
padding-left: 60px;
display: block;
font-size: 13px;
opacity: .8;
font-size: 13px;
opacity: .8;
}
}
}
@ -247,4 +247,4 @@
[data-section="notifications"] ul li a:first-child {
display: none;
}
}
}

Loading…
Cancel
Save