#93: minor fixes

This commit is contained in:
SleepWalker 2016-05-22 15:31:43 +03:00
parent 00b538a85f
commit a9efb9040a
4 changed files with 8 additions and 5 deletions

View File

@ -42,7 +42,7 @@
}
.menuContainer {
width: 100%;
margin-left: 0;
}
}

View File

@ -78,8 +78,7 @@ export default class Profile extends Component {
<ProfileField
label={<Message {...langMenuMessages.siteLanguage} />}
value={<LangMenu toggleRef={(toggle) => this.langMenuToggle = toggle} showCurrentLang />}
onChange={() => this.langMenuToggle()}
value={<LangMenu showCurrentLang />}
/>
<ProfileField
@ -89,7 +88,7 @@ export default class Profile extends Component {
<ProfileField
label={'UUID'}
value={user.uuid}
value={<span className={styles.uuid}>{user.uuid}</span>}
/>
</div>
</div>

View File

@ -95,3 +95,7 @@
font-size: 11px;
line-height: 1.2;
}
.uuid {
font-family: $font-family-title;
}

View File

@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 6" width="900" height="600"><rect fill="#fff" width="9" height="3"/><rect fill="#d52b1e" y="3" width="9" height="3"/><rect fill="#0039a6" y="2" width="9" height="2"/></svg>
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" width="1200" height="600"><rect fill="#fff" width="12" height="3"/><rect fill="#d52b1e" y="3" width="12" height="3"/><rect fill="#0039a6" y="2" width="12" height="2"/></svg>

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 271 B