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:
@@ -374,6 +374,7 @@ content {
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.no-items {
|
||||
|
||||
@@ -475,3 +475,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stacked-boxes {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user