theme updates

This commit is contained in:
Eugene Pankov
2021-12-08 23:25:46 +01:00
parent 433c7d33d9
commit 5be4a12ee5
10 changed files with 92 additions and 45 deletions

View File

@@ -16,7 +16,7 @@
div(*ngIf='!sftp') Connecting
div(*ngIf='sftp')
div(*ngIf='fileList === null') Loading
.list-group.list-group-flush(*ngIf='fileList !== null')
.list-group.list-group-light(*ngIf='fileList !== null')
.list-group-item.list-group-item-action.d-flex.align-items-center(
*ngIf='path !== "/"',
(click)='goUp()'