Add video and file support.

This commit is contained in:
2018-12-23 20:26:35 -08:00
parent 525a6dd878
commit 12e5fdfbf1
2 changed files with 42 additions and 2 deletions

View File

@@ -72,6 +72,17 @@ h2 {
margin-bottom: 3px;
}
a.file-wrapper {
display: flex;
align-items: center;
.feather-icon {
height: 30px;
width: 30px;
margin-right: 10px;
}
}
div.errors-wrapper {
position: fixed;
pointer-events: none;
@@ -210,6 +221,11 @@ table.events-table {
max-height: 400px;
}
video {
max-width: 90%;
max-height: 400px;
}
td:nth-child(1) {
width: 10%;
max-width: 100px;