mirror of
https://github.com/hyperspacedev/hyperspace
synced 2025-01-31 09:37:05 +01:00
Merge pull request #99 from hyperspacedev/1.0.0-gm-interface-touchups
Minor interface touchups
This commit is contained in:
commit
ebf06843f7
@ -66,7 +66,7 @@ export const styles = (theme: Theme) =>
|
||||
paddingRight: theme.spacing.unit * 2
|
||||
},
|
||||
pageMinimalBreak: {
|
||||
height: isAppbarExpanded() ? 80 : 64,
|
||||
height: isAppbarExpanded() ? 80 : 56,
|
||||
[theme.breakpoints.up("md")]: {
|
||||
height: isAppbarExpanded() ? 88 : 64
|
||||
}
|
||||
@ -78,7 +78,7 @@ export const styles = (theme: Theme) =>
|
||||
width: "100%",
|
||||
color: theme.palette.common.white,
|
||||
zIndex: 1,
|
||||
top: isAppbarExpanded() ? 80 : 64,
|
||||
top: isAppbarExpanded() ? 80 : 56,
|
||||
[theme.breakpoints.up("md")]: {
|
||||
top: isAppbarExpanded() ? 88 : 64
|
||||
}
|
||||
|
@ -303,8 +303,19 @@ class You extends Component<IYouProps, IYouState> {
|
||||
</div>
|
||||
<div className={classes.pageContentLayoutConstraints}>
|
||||
<Paper className={classes.youPaper}>
|
||||
<Typography variant="h5" component="h2">
|
||||
Display Name
|
||||
<Typography variant="h6" component="h2">
|
||||
Display name
|
||||
</Typography>
|
||||
<Typography>
|
||||
Your display name is your nickname on the
|
||||
fediverse; it differs from the username or
|
||||
account name. You may include emoji
|
||||
shortcodes in your display name.
|
||||
</Typography>
|
||||
<br />
|
||||
<Typography>
|
||||
Some servers may require you to create your
|
||||
display name under certain rules.
|
||||
</Typography>
|
||||
<br />
|
||||
<TextField
|
||||
@ -335,9 +346,15 @@ class You extends Component<IYouProps, IYouState> {
|
||||
</Paper>
|
||||
<br />
|
||||
<Paper className={classes.youPaper}>
|
||||
<Typography variant="h5" component="h2">
|
||||
<Typography variant="h6" component="h2">
|
||||
About you
|
||||
</Typography>
|
||||
<Typography>
|
||||
Your biography lets you tell the fediverse
|
||||
who you are. Your biography can contain
|
||||
hashtags, account mentions, and emojis with
|
||||
shortcodes.
|
||||
</Typography>
|
||||
<br />
|
||||
<TextField
|
||||
className={classes.TextField}
|
||||
|
Loading…
x
Reference in New Issue
Block a user