projects
/
bloat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b415ae5236cac1c7155b5040a467903ffd06c083
[bloat]
/
static
/
main.css
1
.status-container {
2
display: flex;
3
margin: 16px 0;
4
}
5
6
.status-content {
7
margin: 8px 0;
8
}
9
10
.status-content p {
11
margin: 0px;
12
}
13
14
.status-profile-img {
15
height: 48px;
16
width: 48px;
17
object-fit: contain;
18
}
19
20
.status {
21
margin: 0 8px;
22
}
23
24
.status a {
25
text-decoration: none;
26
}
27
28
.status-dname {
29
font-weight: 800;
30
}
31
32
.status-uname {
33
font-style: italic;
34
font-size: 10pt;
35
}
36
37
.status-emoji {
38
height: 20px;
39
witdth: auto;
40
}
41
42
.name-emoji {
43
height: 20px;
44
witdth: auto;
45
}
46
47
.status-action {
48
display: flex;
49
}
50
51
.status-action a {
52
display: flex;
53
margin: 0 4px;
54
width: 64px;
55
text-decoration: none;
56
color: #333333;
57
}
58
59
.status-action a:hover {
60
color: #777777;
61
}
62
63
.status-action .icon {
64
margin: 0 4px 0 0;
65
}
66
67
.status-action a.status-time {
68
width: auto;
69
}
70
71
.icon.dripicons-star.liked {
72
color: yellow;
73
}
74
75
.icon.dripicons-retweet.retweeted {
76
color: green;
77
}