-
Notifications
You must be signed in to change notification settings - Fork 0
/
factorioprints.user.css
49 lines (44 loc) · 1.2 KB
/
factorioprints.user.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
/* ==UserStyle==
@name factorioprints.com
@version 0.1.0
@description Change the search result to a list view
@namespace tst2005/factorioprints.com
@author tst2005
@homepageURL https://github.com/usercss/misc
@supportURL https://github.com/usercss/misc/issues
@updateURL https://github.com/usercss/misc/raw/master/factorioprints.user.css
@license MIT
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://factorioprints.com/") {
html body .blueprint-grid-row.row .truncate {
white-space: normal!important;
overflow: visible!important;
overflow-x: visible!important;
overflow-y: visible!important;
text-overflow: clip!important;
}
html body .blueprint-grid-row.row .row {
display: flow-root!important;
}
html body .blueprint-grid-row.row .col-auto {
width: 100em!important;
}
.blueprint-thumbnail.col-auto {
padding: 0;
}
.card {
margin: 0;
}
html body .blueprint-grid-row.row .card {
display: flex!important;
}
html body .blueprint-grid-row.row .card-img-top {
width: 5rem!important;
}
html body .blueprint-grid-row.row .card img {
filter: contrast(130%) brightness(130%)!important;
max-width: 20px;
height: 20px;
}
}