mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-14 20:25:56 +05:30
#93: minor fixes
This commit is contained in:
parent
00b538a85f
commit
a9efb9040a
@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
.menuContainer {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
@ -95,3 +95,7 @@
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.uuid {
|
||||
font-family: $font-family-title;
|
||||
}
|
||||
|
@ -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 |
Loading…
Reference in New Issue
Block a user