Skip to content

Commit

Permalink
BUGFIX: Limit width of thumbnail image
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Nov 6, 2022
1 parent 10c3fcf commit 64a4b9a
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const useStyles = createUseMediaUiStyles((theme: MediaUiTheme) => ({
backgroundPosition: '0 0, 10px 10px',
backgroundSize: '20px 20px',
maxHeight: '250px',
maxWidth: '100%',
},
},
caption: {
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/AssetEditor/Plugin.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/AssetEditor/Plugin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/AssetEditor/Plugin.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Resources/Public/Assets/main.bundle.css

Large diffs are not rendered by default.

100 changes: 58 additions & 42 deletions Resources/Public/Assets/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/Assets/main.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 64a4b9a

Please sign in to comment.