added some todos and css to video reindex

This commit is contained in:
2020-07-04 00:45:18 +02:00
parent 3b1d85824f
commit 9ce867c6c8
3 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
.indextextarea {
margin-top: 15px;
padding: 10px;
overflow-y: scroll;
overflow-x: auto;
min-height: 100px;
max-height: 300px;
width: 50%;
background-color: #c2c2c2;
border-radius: 5px;
}