blob: 79be64d3d44e50deea358b8e2f6a23e113e3e99d (
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
|
.info-card-container
.info-card-collapse-button
z-index: 1
position: relative
.info-card-content
width: 100%
position: absolute
transform-origin: right top
transition: transform 0.5s
&[data-collapse='true']
.info-card-content
transform: scale(0)
.timeline-page-top-space
transition: height 0.5s
.timeline-sync-state-badge
position: fixed
top: 0
right: 0
z-index: 1
font-size: 0.8em
padding: 3px 8px
border-radius: 5px
background: #e8fbff
.timeline-sync-state-badge-pin
display: inline-block
width: 0.4em
height: 0.4em
border-radius: 50%
vertical-align: middle
margin-right: 0.6em
|