aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/TimelinePostEdit.css
blob: ab1b2beb19600e896712eb1565d7da8c494af79a (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: 106px;
  z-index: 100;
}

.timeline-post-edit-image {
  max-width: 100px;
  max-height: 100px;
}