Skip to content

Commit 9b77a40

Browse files
feat: add restore from file UI for libraries v2 (#2558)
1 parent 871d988 commit 9b77a40

File tree

12 files changed

+1411
-24
lines changed

12 files changed

+1411
-24
lines changed

src/editors/containers/VideoUploadEditor/VideoUploader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const VideoUploader = ({ setLoading, onUpload, onClose }) => {
7272
};
7373

7474
return (
75-
<div className="d-flex flex-column">
75+
<div className="video-uploader d-flex flex-column">
7676
<div className="d-flex justify-content-end flex-row">
7777
<IconButton
7878
className="position-absolute mr-2 mt-2"

src/editors/containers/VideoUploadEditor/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
}
88

9-
.pgn__dropzone {
9+
.video-uploader .pgn__dropzone {
1010
height: 96vh;
1111
width: 100%;
1212
}

0 commit comments

Comments
 (0)