You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
419 B
Plaintext

.posts-list {
list-style-type: none;
padding-left: 0px;
.posts-list-item {
width: 100%;
margin-bottom: 10px;
.user-img {
width: 24px;
height: 24px;
float: left;
border-radius: 50%;
}
a {
span {
overflow: hidden;
height: 16px;
padding-left: 8px;
}
}
.content {
max-height: 250px;
position: relative;
clear: left;
display: block;
overflow: hidden;
}
}
}