aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.scss
blob: ae8324b355ede66e477a3924639319c6aa590782 (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
@import '../../_variables.scss';

.Timeline {
  .loadmore-text {
    opacity: 1;
  }

  &.-blocked {
    cursor: progress;
  }

  .timeline-heading {
    max-width: 100%;
    flex-wrap: nowrap;
    align-items: center;

    .loadmore-button {
      flex-shrink: 0;
    }

    .loadmore-text {
      flex-shrink: 0;
      line-height: 1em;
    }
  }

  .timeline-footer {
    border: none;
  }

  .conversation-heading {
    top: calc(var(--panel-heading-height) * 2);
  }
}