all repos — elgit @ e782f36f196006f4fad6747811a5c883151e5102

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

add style tweaks Signed-off-by: Derek Stevens <nilix@nilfm.cc>

Derek Stevens
commit

e782f36f196006f4fad6747811a5c883151e5102

parent

7a512b1da60ca92203ec93ecce8b0debfe6da913

1 file changed, 12 insertions(+), 5 deletions(-)

changed files
M static/style.cssstatic/style.css
@@ -180,6 +180,10 @@ .diff-stat {
padding: 1rem 0 1rem 0; } +.commit-hash, .commit-email { + font-family: var(--mono-font); +} + .commit-email:before { content: '<'; }
@@ -238,21 +242,24 @@ -khtml-user-select: none;
-webkit-user-select: none; -o-user-select: none; user-select: none; + display: flex; + float: left; + flex-direction: column; + margin-right: 1ch; } .file-wrapper { - display: flex; - flex-direction: row; - grid-template-columns: 1rem minmax(0, 1fr); - gap: 1rem; - padding: 0.5rem; background: var(--light-gray); + display: table; + padding: 0.5rem + width: 100%; } .file-content { background: var(--light-gray); overflow-y: hidden; overflow-x: auto; + display: block; } .diff-type {