blob: fb34e673c647a32b34431aac68d5f6da394d9866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.timeline-item.timeline-post-edit {
padding-bottom: 0;
}
.timeline-post-edit {
position: sticky !important;
top: 0;
z-index: 1;
}
.timeline-post-edit-image {
max-width: 100px;
max-height: 100px;
}
|