all repos — legit @ 34521a5bc308c168d43f168e325ac4f43d5dd835

web frontend for git, written in go

routes: add syntax highlight

Gabriel A. Giovanini
commit

34521a5bc308c168d43f168e325ac4f43d5dd835

parent

de182443db91ca71508c3466418bcdf1fe09531f

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -274,6 +274,13 @@ background: var(--light-gray);
overflow-x: auto; } +.chroma-file-wrapper { + display: flex; + flex-direction: row; + grid-template-columns: 1rem minmax(0, 1fr); + overflow-x: auto; +} + .file-content { background: var(--light-gray); overflow-y: hidden;