From 743a6b330fa7307c2aff2072d997f5ee5d38ef26 Mon Sep 17 00:00:00 2001 From: chinonso098 Date: Wed, 18 Sep 2024 21:13:28 -0400 Subject: [PATCH] filetreeview wip --- .../filetreeview/filetreeview.component.css | 2 +- .../filetreeview/filetreeview.component.html | 15 +++-- .../filetreeview/filetreeview.component.ts | 64 +++++++++---------- .../fileexplorer/fileexplorer.component.css | 7 +- .../fileexplorer/fileexplorer.component.html | 4 +- .../fileexplorer/fileexplorer.component.ts | 26 ++++++-- 6 files changed, 69 insertions(+), 49 deletions(-) diff --git a/src/app/shared/system-component/filetreeview/filetreeview.component.css b/src/app/shared/system-component/filetreeview/filetreeview.component.css index dfb4305..47e9d8d 100644 --- a/src/app/shared/system-component/filetreeview/filetreeview.component.css +++ b/src/app/shared/system-component/filetreeview/filetreeview.component.css @@ -12,7 +12,7 @@ .li-file-tree-view0{ margin:0; - padding:0 0 0 0px; /* Each nested li will be padded incrementally */ + padding:0 0 0 0; /* Each nested li will be padded incrementally */ } .li-file-tree-view{ diff --git a/src/app/shared/system-component/filetreeview/filetreeview.component.html b/src/app/shared/system-component/filetreeview/filetreeview.component.html index 49655e9..24f3dd6 100644 --- a/src/app/shared/system-component/filetreeview/filetreeview.component.html +++ b/src/app/shared/system-component/filetreeview/filetreeview.component.html @@ -4,9 +4,10 @@ -->