+5
-0
lines changedFilter options
+5
-0
lines changed Original file line number Diff line number Diff line change
@@ -57,6 +57,8 @@
57
57
display: flex;
58
58
justify-content: center;
59
59
align-items: center;
60
+
// https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
61
+
mask-image: radial-gradient(white, black);
60
62
}
61
63
62
64
.b-avatar-text {
@@ -79,6 +81,9 @@
79
81
height: 100%;
80
82
max-height: auto;
81
83
border-radius: inherit;
84
+
// This is not supported in IE11 and Edge <16
85
+
// https://caniuse.com/#feat=object-fit
86
+
object-fit: cover;
82
87
}
83
88
84
89
.b-avatar-badge {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4