mirror of
https://github.com/mue/mue.git
synced 2026-07-19 23:14:10 +02:00
fix: overflow of custom images + visual
This commit is contained in:
@@ -84,6 +84,8 @@ export default class Stats extends PureComponent {
|
||||
<div className="statsGrid">
|
||||
<div className="statSection leftPanel">
|
||||
<span className="title">{getMessage('modals.main.settings.sections.stats.achievements')}</span>
|
||||
<br />
|
||||
<span className='subtitle'>1/5 Unlocked</span>
|
||||
<div className="achievements">
|
||||
{this.state.stats['tabs-opened'] >= 10 && achievement('10/10 IGN', 'Opened 10 tabs')}
|
||||
{this.state.stats['tabs-opened'] >= 39 && achievement('Thank you', 'Opened 39 tabs')}
|
||||
|
||||
@@ -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