Added upload commentary enhancements

- Can now translate commentary from the upload page
- Can now add commentary tags with a checkbox
This commit is contained in:
BrokenEagle
2020-01-14 23:37:21 +00:00
parent 34c3df78d9
commit 82b621d87d
7 changed files with 68 additions and 12 deletions

View File

@@ -4,6 +4,10 @@ div#c-uploads {
margin-top: 1em;
}
.commentary-translation {
margin-top: 1em;
}
div#upload-guide-notice {
margin-bottom: 2em;
}