tangled
alpha
login
or
join now
anirudh.fi
/
legit
7
fork
atom
web frontend for git (tangled's grandpa)
7
fork
atom
overview
issues
pulls
pipelines
css: wrap refs pre
anirudh.fi
3 years ago
983dabb3
30559cd9
+9
-2
1 changed file
expand all
collapse all
unified
split
static
style.css
+9
-2
static/style.css
···
20
20
21
21
pre {
22
22
font-family: var(--mono-font);
23
23
-
font-size: 0.8rem;
24
23
}
25
24
26
25
::selection {
···
220
219
align-items: center;
221
220
}
222
221
222
222
+
.refs pre {
223
223
+
white-space: pre-wrap;
224
224
+
}
225
225
+
223
226
.line-numbers {
224
227
white-space: pre-line;
225
228
-moz-user-select: -moz-none;
···
251
254
.commit-info {
252
255
color: var(--gray);
253
256
padding-bottom: 1.5rem;
254
254
-
font-size: 0.75rem;
257
257
+
font-size: 0.85rem;
255
258
}
256
259
257
260
@media (max-width: 600px) {
···
275
278
276
279
.commit-info:not(:last-child) {
277
280
padding-bottom: 1.5rem;
281
281
+
}
282
282
+
283
283
+
pre {
284
284
+
font-size: 0.8rem;
278
285
}
279
286
}