diff --git a/css/styles.css b/css/styles.css index 8e4e1bc..2db1f64 100644 --- a/css/styles.css +++ b/css/styles.css @@ -37,6 +37,9 @@ .ls-none { list-style: none; } +.ls-pd0 { + -webkit-padding-start: 0; +} /* Side Menu */ .side-menu { padding-top: 10px; @@ -318,4 +321,4 @@ .file-tree .directory_child { margin-left: 2em; position: relative; } .file-tree .directory_child:last-child::after { display: none; } .file-tree .directory_child::before { border-bottom: 1px solid; border-left: 1px solid; content: ""; height: 1em; left: -1em; position: absolute; width: 0.7em; } -.file-tree .directory_child::after { border-left: 1px solid; content: ""; height: 100%; left: -1em; position: absolute; top: 0; } +.file-tree .directory_child::after { border-left: 1px solid; content: ""; height: 100%; left: -1em; position: absolute; top: 0; } diff --git a/templates/website.html b/templates/website.html index ec900fd..6c8775d 100644 --- a/templates/website.html +++ b/templates/website.html @@ -237,20 +237,20 @@