aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/timeline/edit/TimelinePostCreateView.css
blob: 6efe93e9f8ccdea5801ef90e6c074dc1ab7a497e (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
28
29
30
31
32
33
34
35
.timeline-post-create-card {
  position: sticky !important;
  top: 106px;
  z-index: 100;
  margin-right: 200px;
}

@media (max-width: 576px) {
  .timeline-post-create-container {
    padding-top: 60px;
  }

  .timeline-post-create-card {
    margin-right: 0;
  }
}

.timeline-post-create {
  display: flex;
}

.timeline-post-create-edit-area {
  flex-grow: 1;
}

.timeline-post-create-right-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1em;
}

.timeline-post-create-send {
  margin-top: auto;
}