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.
29 lines
403 B
Plaintext
29 lines
403 B
Plaintext
.posts-list {
|
|
list-style-type: none;
|
|
padding-left: 0px;
|
|
.posts-list-item {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
|
|
.user-img {
|
|
.user-icon-style(24px, 1.5rem, 50%);
|
|
float: left;
|
|
}
|
|
|
|
a {
|
|
span {
|
|
overflow: hidden;
|
|
height: 16px;
|
|
padding-left: 8px;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
max-height: 250px;
|
|
position: relative;
|
|
clear: left;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
} |