[OCaml] Mobile-friendly clone of cgit.
style hide commit timestamp earlier at 768px breakpoint
lib/static/styles.css
@@ -905,6 +905,12 @@
905
905
text-align: center;
906
906
}
907
907
908
Added:
@media (max-width: 768px) {
909
Added:
.timestamp {
910
Added:
display: none;
911
Added:
}
912
Added:
}
913
Added:
908
914
@media (max-width: 600px) {
909
915
#page-header {
910
916
padding: 0.5em 0.5em;
@@ -912,10 +918,6 @@
912
918
913
919
div#main {
914
920
padding: 0 0.5em;
915
Removed:
}
916
Removed:
917
Removed:
.timestamp {
918
Removed:
display: none;
919
921
}
920
922
921
923
.commit-author {