[OCaml] Mobile-friendly clone of cgit.
Remove summary page layouts.
lib/static/styles.css
@@ -431,11 +431,6 @@
431
431
}
432
432
433
433
/* Summary page layout */
434
Removed:
.summary-layout {
435
Removed:
display: flex;
436
Removed:
flex-direction: column;
437
Removed:
}
438
Removed:
439
434
.summary-readme:empty {
440
435
display: none;
441
436
}
@@ -450,14 +445,6 @@
450
445
width: 100%;
451
446
height: auto;
452
447
display: block;
453
Removed:
}
454
Removed:
455
Removed:
@media (min-width: 960px) {
456
Removed:
.summary-layout {
457
Removed:
display: grid;
458
Removed:
grid-template-columns: 2fr 1fr;
459
Removed:
gap: 2em;
460
Removed:
}
461
448
}
462
449
463
450
/* "Show previous commits" link on summary page */