fix icons, add second header

This commit is contained in:
John Hess 2024-06-05 14:58:48 -05:00
parent d56a303896
commit 28d91b68db
3 changed files with 35 additions and 6 deletions

View file

@ -43,6 +43,24 @@ div.foot {
font-size: 14px;
}
.folder-name {
display: flex;
align-items: center;
height: 34px;
margin: 10px;
a {
display: flex;
align-items: center;
}
img.back {
width: 18px;
height: 18px;
rotate: 180deg;
margin-right: 10px;
}
}
h2 {
font-size: 18px;
font-weight: 500;