all repos — elgit @ 194ec63d81ed7c8d6f63945139ea6d0bdfc597b3

fork of legit: web frontend for git, written in go

file: separate content and line numbers

commit

194ec63d81ed7c8d6f63945139ea6d0bdfc597b3

parent

2b9b2bdb1fb9a6c94859025ac1588faf4a5fbcdb

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M static/style.cssstatic/style.css
@@ -229,9 +229,13 @@ display: flex;
flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; - overflow: scroll; padding: 0.5rem; background: var(--light-gray); +} + +.file-content { + background: var(--light-gray); + overflow: scroll; } .commit-info {