mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
Add download menu translations
Update download menu formatting Better error logging
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.HeaderText {
|
||||
text-decoration: underline;
|
||||
text-decoration: rgb(1, 37, 37);
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.DownloadValue .BigButton {
|
||||
height: 100%;
|
||||
min-height: 30px;
|
||||
|
||||
@@ -212,7 +212,10 @@ export default class Downloads extends React.Component<IProps, IState> {
|
||||
render() {
|
||||
return (
|
||||
<Menu closeFn={this.props.closeFn} className="Downloads" heading="Downloads">
|
||||
<div className="DownloadMenuSection" id="downloadMenuAIOHeader">
|
||||
|
||||
<Divider />
|
||||
|
||||
<div className="HeaderText" id="downloadMenuAIOHeader">
|
||||
<Tr text = "downloads.aio_header" />
|
||||
</div>
|
||||
<div className="DownloadMenuSection" id="downloadMenuContainerGCFullBuild">
|
||||
@@ -252,8 +255,8 @@ export default class Downloads extends React.Component<IProps, IState> {
|
||||
</BigButton>
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="DownloadMenuSection" id="downloadMenuIndividualHeader">
|
||||
<Tr text = "downloads.individual_header" />
|
||||
<div className="HeaderText" id="downloadMenuIndividualHeader">
|
||||
<HeaderText text = "downloads.individual_header" />
|
||||
</div>
|
||||
<div className="DownloadMenuSection" id="downloadMenuContainerGCDev">
|
||||
<div className="DownloadLabel" id="downloadMenuLabelGCDev">
|
||||
|
||||
Reference in New Issue
Block a user