mirror of
https://github.com/friendica/friendica
synced 2024-11-10 12:22:53 +00:00
Vier: Just another thread improvment
This commit is contained in:
parent
40bff1a4cf
commit
0bac4722cb
1 changed files with 38 additions and 0 deletions
|
@ -1390,6 +1390,44 @@ section.minimal {
|
|||
max-width: 510px;
|
||||
}
|
||||
|
||||
.children .wall-item-comment-wrapper textarea {
|
||||
width: 570px;
|
||||
}
|
||||
.wall-item-container.thread_level_3 .wall-item-comment-wrapper textarea {
|
||||
width: 555px;
|
||||
}
|
||||
.wall-item-container.thread_level_4 .wall-item-comment-wrapper textarea {
|
||||
width: 540px;
|
||||
}
|
||||
.wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea {
|
||||
width: 525px;
|
||||
}
|
||||
.wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea {
|
||||
width: 510px;
|
||||
}
|
||||
.wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
|
||||
width: 495px;
|
||||
}
|
||||
|
||||
.children .wall-item-bottom .comment-edit-preview {
|
||||
width: 575px;
|
||||
}
|
||||
.wall-item-container.thread_level_3 .wall-item-bottom .comment-edit-preview {
|
||||
width: 560px;
|
||||
}
|
||||
.wall-item-container.thread_level_4 .wall-item-bottom .comment-edit-preview {
|
||||
width: 545px;
|
||||
}
|
||||
.wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview {
|
||||
width: 530px;
|
||||
}
|
||||
.wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview {
|
||||
width: 515px;
|
||||
}
|
||||
.wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.wall-item-container.comment .contact-photo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
|
Loading…
Reference in a new issue