-
Notifications
You must be signed in to change notification settings - Fork 1
/
nudiflorum_content.css
95 lines (90 loc) · 1.54 KB
/
nudiflorum_content.css
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
relative-time {
&::after {
content: '(' attr(datetime) ')';
margin-inline-start: 0.5ch;
font-size: 90%;
font-variant-numeric: tabular-nums;
}
}
/* notifications */
.notifications-list-item {
relative-time {
display: grid;
justify-items: start;
line-height: 1.6;
margin-inline-start: 2ch;
&::after {
content: attr(datetime);
margin: 0;
max-width: 15.2ch;
overflow: hidden;
}
}
.AvatarStack {
align-self: center;
}
}
/* repositories */
.react-last-commit-oid-timestamp {
align-items: center;
relative-time {
display: grid;
justify-items: start;
line-height: 1.4;
&::after {
content: attr(datetime);
font-size: 85%;
margin: 0;
max-width: 15.2ch;
overflow: hidden;
}
}
}
.react-directory-commit-age {
relative-time {
display: grid;
justify-items: start;
font-size: 90%;
line-height: 1.4;
&::after {
content: attr(datetime);
font-size: 85%;
margin: 0;
max-width: 15.2ch;
overflow: hidden;
}
}
}
/* actions */
span:has(> .octicon-calendar) {
.octicon-calendar {
vertical-align: text-top;
}
relative-time {
display: inline-grid;
justify-items: start;
line-height: 1.4;
&::after {
content: attr(datetime);
font-size: 85%;
margin: 0;
max-width: 15.2ch;
overflow: hidden;
}
}
}
/* releases */
#release_page_title + div > section > div > div:first-child {
relative-time {
display: grid;
justify-items: start;
line-height: 1.4;
&::after {
content: attr(datetime);
font-size: 85%;
margin: 0;
max-width: 14.8ch;
overflow: hidden;
}
}
}