Added icon for file type (audio/video) next to the download date

This commit is contained in:
Isaac Abadi
2020-08-02 18:25:41 -04:00
parent 3df384de22
commit 68037613d8
2 changed files with 7 additions and 2 deletions

View File

@@ -94,11 +94,16 @@
.download-time {
position: absolute;
top: 5px;
top: 1px;
left: 5px;
z-index: 99999;
}
.audio-video-icon {
position: relative;
top: 6px;
}
@media (max-width: 576px){
// .example-card {