Spaces:
Runtime error
Runtime error
aocosmic
commited on
Commit
•
35dc276
1
Parent(s):
5e2669b
⚡️ lazyload search result text with css content-visibility (#397)
Browse files
public/static/themes/simple.css
CHANGED
@@ -278,6 +278,7 @@ footer {
|
|
278 |
flex-direction: column;
|
279 |
justify-content: space-between;
|
280 |
margin: 2rem 0;
|
|
|
281 |
}
|
282 |
|
283 |
.results_aggregated .result {
|
|
|
278 |
flex-direction: column;
|
279 |
justify-content: space-between;
|
280 |
margin: 2rem 0;
|
281 |
+
content-visibility: auto;
|
282 |
}
|
283 |
|
284 |
.results_aggregated .result {
|