git-preview @ main

static git web frontend but with images and html previews + code truncation

css: scroll file content
Mon, 19 Dec 2022
1 files changed, 1 insertions(+), 0 deletions(-)
M static/style.css

@@ -229,6 +229,7 @@ display: flex;

flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; + overflow: scroll; } .commit-info {