all repos — elgit @ e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013

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

css: scroll file content
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 17:12:42 +0530
commit

e0e4c1ebb6e92077cbc7bbfd51c4ceb8d09e0013

parent

f3c20bcb27b5546d57d7c212c023dda914348c9b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -229,6 +229,7 @@ display: flex;   flex-direction: row;
   grid-template-columns: 1rem minmax(0, 1fr);
   gap: 1rem;
+  overflow: scroll;
 }
 
 .commit-info {