Skip to content
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/editors/containers/VideoUploadEditor/VideoUploader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const VideoUploader = ({ setLoading, onUpload, onClose }) => {
};

return (
<div className="d-flex flex-column">
<div className="video-uploader d-flex flex-column">
<div className="d-flex justify-content-end flex-row">
<IconButton
className="position-absolute mr-2 mt-2"
Expand Down
2 changes: 1 addition & 1 deletion src/editors/containers/VideoUploadEditor/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
}

.pgn__dropzone {
.video-uploader .pgn__dropzone {
height: 96vh;
width: 100%;
}
Expand Down
Loading