aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline/TimelinePostEdit.css
blob: 4ce983839a2c133cb786bd745c3ca628c618efd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.timeline-item.timeline-post-edit {
  padding-bottom: 0;
}

.timeline-post-edit .timeline-item-card {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.timeline-post-edit {
  position: sticky !important;
  bottom: 0;
  z-index: 1;
}

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