aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/TimelinePostView.css
blob: 229b4a7a1fb164b117d65c587168aeb51f268e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.timeline-post-header {
  display: flex;
  align-items: center;
}

.timeline-post-author-avatar {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.timeline-post-edit-button {
  float: right;
}

.timeline-post-options-mask {
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 100%, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.timeline-post-content {
  white-space: pre-line;
}