Added ability to view and edit video scripts

This commit is contained in:
2023-03-04 11:37:53 -05:00
parent 51ee9f00fb
commit 2305a8a300
5 changed files with 69 additions and 3 deletions

View File

@ -88,7 +88,7 @@ hr{
}
#sidebar{
background: #ddd;
background: #eee;
border: 1px solid #666;
div:not(:last-child){
@ -105,7 +105,8 @@ hr{
}
}
.actions-bar{
.actions-bar,
.script-controls{
padding: 0;
span{
@ -138,3 +139,8 @@ hr{
}
}
}
#video_script{
max-width: 100%;
min-height: 250px;
}