From bea00bb3dbf168410641180a3cff8cc6c2a0735e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 21 Sep 2018 18:35:29 -0400 Subject: [PATCH] Improve grid alignment --- gitsrht/templates/tree.html | 2 +- scss/main.scss | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gitsrht/templates/tree.html b/gitsrht/templates/tree.html index fe08e81..6cdf248 100644 --- a/gitsrht/templates/tree.html +++ b/gitsrht/templates/tree.html @@ -1,7 +1,7 @@ {% extends "repo.html" %} {% block content %}
-
+
/{{path}} diff --git a/scss/main.scss b/scss/main.scss index d9e3ef5..9b44c8e 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -19,8 +19,7 @@ .tree-list { display: grid; // mode name - grid-template-columns: auto minmax(1fr,auto) 1fr auto auto; - font: monospace; + grid-template-columns: auto 1fr 4fr auto auto; svg { color: #777; -- 2.38.4