Add video and file support.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user