feat: shared folder file listing

This commit is contained in:
Ramires Viana
2020-11-03 19:17:22 +00:00
parent 1ce3068a99
commit e119bc55ea
4 changed files with 89 additions and 26 deletions

View File

@@ -191,10 +191,10 @@ table th {
}
}
.share__box, .share__box__download {
background: var(--surfaceSecondary) !important;
.share__box, .share__box__header {
background: var(--surfacePrimary) !important;
color: var(--textPrimary);
}
.share__box__download {
.share__box__header {
border-bottom-color: var(--divider);
}