Commit
·
5db6e39
1
Parent(s):
efa9a57
Fix sparkline for long books, add prefetching
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -215,7 +215,7 @@
|
|
| 215 |
.distribution-sparkline.visible {
|
| 216 |
display: flex;
|
| 217 |
align-items: flex-end;
|
| 218 |
-
gap:
|
| 219 |
}
|
| 220 |
|
| 221 |
.distribution-bar {
|
|
|
|
| 215 |
.distribution-sparkline.visible {
|
| 216 |
display: flex;
|
| 217 |
align-items: flex-end;
|
| 218 |
+
gap: 0;
|
| 219 |
}
|
| 220 |
|
| 221 |
.distribution-bar {
|