Skip to content

Commit

Permalink
chore: fix minimal mode start-from background
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jan 31, 2023
1 parent 90f57b7 commit 6b064c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions solutions/file-uploader/minimal/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ lr-start-from {
padding: 0;
overflow: hidden;
text-align: center;
background-color: transparent;
}

lr-drop-area {
Expand Down
2 changes: 2 additions & 0 deletions solutions/file-uploader/minimal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { FileItem } from '../../../blocks/FileItem/FileItem.js';
import { Icon } from '../../../blocks/Icon/Icon.js';
import { ProgressBar } from '../../../blocks/ProgressBar/ProgressBar.js';
import { MessageBox } from '../../../blocks/MessageBox/MessageBox.js';
import { Copyright } from '../../../blocks/Copyright/Copyright.js';

registerBlocks({
FileUploaderMinimal,
Expand All @@ -17,4 +18,5 @@ registerBlocks({
Icon,
ProgressBar,
MessageBox,
Copyright,
});

0 comments on commit 6b064c8

Please sign in to comment.