mirror of
https://github.com/mue/mue.git
synced 2026-07-20 23:44:07 +02:00
fix: overflow of custom images + visual
This commit is contained in:
@@ -253,11 +253,11 @@ export default class CustomSettings extends PureComponent {
|
||||
{this.videoCheck(url) ? <MdPersonalVideo className="customvideoicon" /> : null}
|
||||
{this.state.customBackground.length > 0 ? (
|
||||
<button
|
||||
className="iconButton"
|
||||
onClick={() => this.modifyCustomBackground('remove', index)}
|
||||
>
|
||||
Remove Image
|
||||
<MdCancel />
|
||||
</button>
|
||||
</button>
|
||||
) : null}
|
||||
</div>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user