Browse Source

fixed 100%+15px height bug of site

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
parent
commit
e6ec8df3a6
  1. 2
      static/src/index.js

2
static/src/index.js

@ -96,7 +96,7 @@ export default class BaseComponent extends Component {
} }
return ( return (
<HashRouter> <HashRouter>
<Container style={{ marginTop: "15px" }}> <Container style={{ paddingTop: "15px" }}>
<Menu stackable> <Menu stackable>
<Menu.Item as={Link} to="/" name='shorten' onClick={this.handleItemClick} > <Menu.Item as={Link} to="/" name='shorten' onClick={this.handleItemClick} >
<Image src={userData.Picture} alt='user profile' circular size='mini' /> <Image src={userData.Picture} alt='user profile' circular size='mini' />

Loading…
Cancel
Save