Added ability to view and edit video scripts
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user