app/assets/stylesheets/messages.css.scss in social_stream-base-0.10.5 vs app/assets/stylesheets/messages.css.scss in social_stream-base-0.10.6
- old
+ new
@@ -92,11 +92,13 @@
}
.conversations .conversation {
color: $main-color;
padding: 5px 5px 5px 5px;
width:549px;
- height:40px;
+ min-height:40px;
+ max-height:60px;
+ overflow: hidden;
border-bottom:1px solid $text-over-main;
}
.conversations .conversation .content_left {
float:left;
width:25%;
@@ -129,10 +131,10 @@
color: $details-color;
}
.conversations .conversation .notification {
float:left;
width:5px;
- height:100%;
+ height: 45px;
margin: 0px 5px 0px 0px;
}
.conversations .unread .notification {
background-color: $main-color;
}