removed stuff that doesn't belong into this pr

This commit is contained in:
Linda 2018-09-26 15:01:25 -04:00
parent 4f3d77f42a
commit cc57d0f206
2 changed files with 5 additions and 11 deletions

View file

@ -87,7 +87,7 @@ const PreviewPresentation = ({
{ projectInfo && projectInfo.author && projectInfo.author.id && (
<Formsy onKeyPress={onKeyPress}>
<div className="inner">
<FlexRow className="preview-row force-row">
<FlexRow className="preview-row">
<FlexRow className="project-header">
<a href={`/users/${projectInfo.author.username}`}>
<Avatar

View file

@ -83,6 +83,10 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
text-align: left;
font-size: .8rem;
flex-grow: 1;
@media #{$medium-and-small} {
min-width: 100%;
}
}
.validation-message {
@ -154,10 +158,6 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
.comments-container {
width: 65%;
@media #{$medium-and-small} {
width: 100%;
}
}
.remix-button,
@ -199,12 +199,6 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
&.force-row {
@media #{$medium-and-small} {
flex-direction: row;
}
}
}
.guiPlayer {