Blurred parallax
This commit is contained in:
@ -205,7 +205,7 @@ class Artist extends React.Component{
|
||||
|
||||
<div className="intro">
|
||||
|
||||
<Parallax image={image} />
|
||||
<Parallax blur image={image} />
|
||||
|
||||
<div className="liner">
|
||||
<Thumbnail image={image} canZoom circle />
|
||||
|
||||
@ -77,7 +77,7 @@ class User extends React.Component{
|
||||
<SidebarToggleButton />
|
||||
|
||||
<div className="intro">
|
||||
<Parallax image={image} />
|
||||
<Parallax blur image={image} />
|
||||
<div className="liner">
|
||||
<Thumbnail image={image} canZoom circle />
|
||||
<h1>{ this.props.user.display_name ? this.props.user.display_name : this.props.user.id }</h1>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
.liner {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 30vh 40px 0 260px;
|
||||
padding: 30vh 40px 0 350px;
|
||||
|
||||
.thumbnail {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
left: 40px;
|
||||
bottom: 20px;
|
||||
max-width: 184px;
|
||||
bottom: 40px;
|
||||
max-width: 264px;
|
||||
|
||||
.image {
|
||||
background-color: $darkest_grey;
|
||||
@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
.actions {
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 60px;
|
||||
|
||||
.context-menu-trigger {
|
||||
color: $white;
|
||||
|
||||
@ -17,14 +17,14 @@
|
||||
.liner {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 30vh 40px 40px 260px;
|
||||
padding: 30vh 40px 90px 350px;
|
||||
|
||||
.thumbnail {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
left: 40px;
|
||||
bottom: 20px;
|
||||
max-width: 184px;
|
||||
bottom: 40px;
|
||||
max-width: 264px;
|
||||
|
||||
.image {
|
||||
background-color: $darkest_grey;
|
||||
|
||||
Reference in New Issue
Block a user