fix style

This commit is contained in:
rustdesk
2022-01-04 11:22:09 +08:00
parent 2ec5f8fe7e
commit cbcad03bc6
2 changed files with 11 additions and 1 deletions

View File

@@ -303,7 +303,7 @@ class InstallMe: Reactor.Component {
return <div .install-me>
<span />
<div>{translate('install_tip')}</div>
<button #install-me .button>{translate('Install')}</button>
<div style="text-align: center; margin-top: 1em;"><button #install-me .button>{translate('Install')}</button></div>
</div>;
}