more css fixes
This commit is contained in:
parent
3a190ddd2b
commit
c1435fdfda
@ -2282,7 +2282,8 @@ blockquote {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment {
|
||||
.thread-wrapper .wall-item-comment-wrapper,
|
||||
.wall-item-content-wrapper.comment {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
@ -2293,4 +2294,18 @@ blockquote {
|
||||
.hide-comments-outer {
|
||||
margin-left: 24px;
|
||||
}
|
||||
|
||||
.comment-edit-photo {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.wall-item-photo {
|
||||
width: 48px !important;
|
||||
height: 48px !important;
|
||||
}
|
||||
|
||||
.comment .wall-item-photo {
|
||||
width: 32px !important;
|
||||
height: 32px !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user