Move segment export to backup page and improve margins

This commit is contained in:
Ajay
2022-09-02 00:15:05 -04:00
parent bbea534781
commit 9c7d153f15
4 changed files with 7 additions and 9 deletions

View File

@@ -29,7 +29,8 @@ class UnsubmittedVideoListComponent extends React.Component<UnsubmittedVideoList
return (
<table id="unsubmittedVideosList"
className="categoryChooserTable">
className="categoryChooserTable"
style={{marginTop: "10px"}} >
<tbody>
{/* Headers */}
<tr id="UnsubmittedVideosListHeader"