1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

WIP: add support for nested folders and collection

This commit is contained in:
Kyle Spearrin
2018-10-26 12:37:55 -04:00
parent 9d1f8e43d9
commit 69e664a154
10 changed files with 162 additions and 32 deletions

View File

@@ -374,6 +374,7 @@ content {
align-items: center;
height: 100%;
flex-direction: column;
flex-grow: 1;
}
.no-items {

View File

@@ -475,3 +475,8 @@
}
}
}
.stacked-boxes {
display: flex;
flex-direction: column;
}