implemented photo post type
This commit is contained in:
parent
00e1f54636
commit
0786f1cf3f
5 changed files with 64 additions and 17 deletions
|
@ -256,3 +256,9 @@ li.mentioned {
|
|||
.mentions li.mentioned {
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.photo {
|
||||
margin-top: 10px;
|
||||
max-width: 100%;
|
||||
border-radius: 3px;
|
||||
}
|
Reference in a new issue