Style file tree sidebar

This commit is contained in:
2024-06-28 22:07:07 +09:30
parent 58c92fb6a9
commit 1da29178a8
4 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
:host {
display: block;
border-radius: var(--mat-sidenav-container-shape);
padding: var(--mat-sidenav-container-shape);
height: 100%;
box-sizing: border-box;
transition: background-color 100ms linear;
overflow-x: hidden;
overflow-y: auto;
}
.mat-tree {
background-color: transparent;
}