Basic styling for breadcrumbs

This commit is contained in:
jaina heartles 2022-12-14 03:13:09 -08:00
parent ee059ac36c
commit a6b928b42b
2 changed files with 19 additions and 4 deletions

View file

@ -218,6 +218,11 @@ button:hover, a.button:hover {
}
}
.drive .breadcrumbs {
list-style: none;
display: flex;
}
.drive .icons {
display: flex;
justify-content: flex-end;