feat: selectable text on stats, change log, and about pages

This commit is contained in:
Isaac
2024-06-01 16:17:17 +01:00
parent 53db7a5a02
commit 836fb4ca41
5 changed files with 8 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ class About extends PureComponent {
render() {
return (
<>
<div className="modalInfoPage">
<div className="settingsRow" style={{ justifyContent: 'center' }}>
<div style={{ display: 'flex', flexFlow: 'column', gap: '5px' }}>
<img
@@ -383,7 +383,7 @@ class About extends PureComponent {
))}
</ul>
</div>
</>
</div>
);
}
}

View File

@@ -133,7 +133,7 @@ class Changelog extends PureComponent {
}
return (
<div className="changelogtab" ref={this.changelog}>
<div className="modalInfoPage changelogtab" ref={this.changelog}>
<span className="mainTitle">{this.state.title}</span>
<span className="subtitle">Released on {this.state.date}</span>
{this.state.image && (

View File

@@ -111,7 +111,7 @@ const Stats = () => {
resetStats={resetStats}
/>
</Modal>
<div className="stats">
<div className="modalInfoPage stats">
<div className="statSection rightPanel">
<div className="statIcon">
<MdShowChart />