projects
/
bloat
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update page title and add navigation links
[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
margin-bottom: -4px;
40
witdth: auto;
41
}
42
43
.name-emoji {
44
height: 20px;
45
witdth: auto;
46
}
47
48
.status-action {
49
display: flex;
50
margin-top: 4px;
51
}
52
53
.status-action a {
54
display: flex;
55
margin: 0 4px;
56
width: 64px;
57
text-decoration: none;
58
color: #333333;
59
}
60
61
.status-action a:hover {
62
color: #777777;
63
}
64
65
.status-action .icon {
66
margin: 0 4px 0 0;
67
}
68
69
.status-action a.status-time {
70
width: auto;
71
}
72
73
.icon.dripicons-star.liked {
74
color: yellow;
75
}
76
77
.icon.dripicons-retweet.retweeted {
78
color: green;
79
}
80
81
.status-image,
82
.status-video {
83
max-height: 180px;
84
width: auto;
85
}
86
87
.page-title {
88
font-size: 23pt;
89
}
90
91
.navigation {
92
margin: 4px 0;
93
}
94
95
.navigation a {
96
margin-right: 8px;
97
}
98
99
.timeline-post-form {
100
margin: 8px 0;
101
}
102
103
.signin-form {
104
margin: 8px 0;
105
}
106
107
.signin-form input {
108
margin: 4px 0;
109
}