[RFC] Revamp scene page (#562)

* Don't show scrubber on small height device
* Move operations into ellipsis menu
* Hide scrubber in mobile devices
* Add delete scene to operations drop down
* Remove redundant panels
* Fix video height on smaller devices
* Adjust player aspect ratio for portrait videos
This commit is contained in:
WithoutPants
2020-06-18 10:26:05 +10:00
committed by GitHub
parent 1ca5f357e9
commit 3fbb4cdc32
16 changed files with 795 additions and 407 deletions

View File

@@ -17,7 +17,7 @@ export const ImageInput: React.FC<IImageInput> = ({
if (!isEditing) return <div />;
return (
<Form.Label className="image-input ml-2">
<Form.Label className="image-input">
<Button variant="secondary">{text ?? "Browse for image..."}</Button>
<Form.Control
type="file"