feat: add file information panel to file preview modal (#965)

This commit is contained in:
Aman Harwara
2022-04-11 19:33:34 +05:30
committed by GitHub
parent 290c3badd0
commit 3126d97dca
3 changed files with 104 additions and 48 deletions

View File

@@ -473,6 +473,10 @@
border-right-width: 1px;
}
.sn-component .border-l-1px {
border-left-width: 1px;
}
.sn-component .border-t-1px {
border-top-width: 1px;
}
@@ -493,6 +497,10 @@
padding: 0.25rem;
}
.p-1\.5 {
padding: 0.375rem;
}
.p-8 {
padding: 2rem;
}