[OCaml] Mobile-friendly clone of cgit.
Add dynamic blob view grid row gap.
lib/static/styles.css
@@ -84,6 +84,7 @@
84
84
#blob {
85
85
display: grid;
86
86
column-gap: 1.5em;
87
Added:
row-gap: 0.2em;
87
88
grid-template-columns: 3em auto;
88
89
font-family: monospace;
89
90
}
@@ -121,6 +122,7 @@
121
122
122
123
#blob {
123
124
column-gap: 1em;
125
Added:
row-gap: 0em;
124
126
grid-template-columns: max-content auto;
125
127
}
126
128
}