Clean up on artwork upload.

This commit is contained in:
Codenift 2019-10-25 14:46:16 -04:00
parent a65ab11d9f
commit 9f2d941c87
2 changed files with 26 additions and 70 deletions

View file

@ -4345,33 +4345,3 @@ body.droppable .artwork-upload .artwork-preview {
border: 2px dashed lightblue;
z-index: 9999;
}
.profile {
width: 50%;
}
.profile-avatar-wrap {
width: 33.33%;
float: left;
margin: 0 20px 5px 0;
position: relative;
pointer-events: none;
border: 5px solid transparent;
}
.profile-avatar-wrap:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.profile-avatar-wrap img {
width: 100%;
display: block;
}
.location {
text-transform: uppercase;
color: #999;
letter-spacing: 1px;
margin: 0 0 10px 0;
font-size: 90%;
}