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

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

Loading…
Cancel
Save