diff --git a/src/Arius.Core/Repositories/BlobRepository/BlobContainerFolder.cs b/src/Arius.Core/Repositories/BlobRepository/BlobContainerFolder.cs index 35714a99..0fdc4175 100644 --- a/src/Arius.Core/Repositories/BlobRepository/BlobContainerFolder.cs +++ b/src/Arius.Core/Repositories/BlobRepository/BlobContainerFolder.cs @@ -1,11 +1,9 @@ -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Threading.Tasks; -using Arius.Core.Models; +using Arius.Core.Models; using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; using Azure.Storage.Blobs.Specialized; +using System.Collections.Generic; +using System.IO; namespace Arius.Core.Repositories.BlobRepository; diff --git a/src/Arius.Web/Components/Layout/NavMenu.razor b/src/Arius.Web/Components/Layout/NavMenu.razor index 82c3ca09..b8c2771e 100644 --- a/src/Arius.Web/Components/Layout/NavMenu.razor +++ b/src/Arius.Web/Components/Layout/NavMenu.razor @@ -28,7 +28,7 @@
diff --git a/src/Arius.Web/Components/Layout/NavMenu.razor.css b/src/Arius.Web/Components/Layout/NavMenu.razor.css index 4e15395e..848316f3 100644 --- a/src/Arius.Web/Components/Layout/NavMenu.razor.css +++ b/src/Arius.Web/Components/Layout/NavMenu.razor.css @@ -46,6 +46,10 @@ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); } +.bi-folder-fill-nav-menu { + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.825a2 2 0 0 1-1.991-1.819l-.637-7a2 2 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3m-8.322.12q.322-.119.684-.12h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981z'/%3E%3C/svg%3E"); +} + .nav-item { font-size: 0.9rem; padding-bottom: 0.5rem;