Improved width for nested comments.
This commit is contained in:
parent
2112b9cacc
commit
3841c41186
|
@ -1374,6 +1374,21 @@ section.minimal {
|
||||||
.wall-item-container.comment .wall-item-content {
|
.wall-item-container.comment .wall-item-content {
|
||||||
max-width: 585px;
|
max-width: 585px;
|
||||||
}
|
}
|
||||||
|
.wall-item-container.thread_level_3 .wall-item-content {
|
||||||
|
max-width: 570px;
|
||||||
|
}
|
||||||
|
.wall-item-container.thread_level_4 .wall-item-content {
|
||||||
|
max-width: 555px;
|
||||||
|
}
|
||||||
|
.wall-item-container.thread_level_5 .wall-item-content {
|
||||||
|
max-width: 540px;
|
||||||
|
}
|
||||||
|
.wall-item-container.thread_level_6 .wall-item-content {
|
||||||
|
max-width: 525px;
|
||||||
|
}
|
||||||
|
.wall-item-container.thread_level_7 .wall-item-content {
|
||||||
|
max-width: 510px;
|
||||||
|
}
|
||||||
|
|
||||||
.wall-item-container.comment .contact-photo {
|
.wall-item-container.comment .contact-photo {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user