diff --git a/static/css/style.css b/static/css/style.css
index 56854bc..70d54c8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -16,10 +16,11 @@
.files a {
display: block;
- padding: 9px;
+ padding: 9px 9px 9px 30px;
}
.files .blob, .files .tree, .files .parent_folder {
+ position: relative;
border-bottom: 1px solid #dddddd;
}
@@ -27,6 +28,20 @@
background: #f0f0f0;
}
+.files .tree::before, .files .blob::before {
+ content: "\f07b";
+ font-family: Font Awesome\ 5 Free;
+ position: absolute;
+ left: 0px;
+ width: 7px;
+ padding: 9px;
+ color: #007bff;
+}
+
+.files .blob::before {
+ content: "\f15b";
+}
+
.paths {
margin: 15px;
border: 1px solid #dddddd;
diff --git a/templates/repo.html b/templates/repo.html
index a9d8f6e..53cf5f3 100644
--- a/templates/repo.html
+++ b/templates/repo.html
@@ -11,6 +11,7 @@
+