Merge pull request #2117 from LiFaytheGoblin/responsive-project-page/comments

Made comments look better on mobile
This commit is contained in:
Linda 2018-10-01 19:30:25 -04:00 committed by GitHub
commit 3432d95cdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,23 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
}
.comments-container {
width: 65%;
padding-right: 1.5rem;
min-width: 65%;
max-width: 100%;
flex: 1;
@media #{$medium-and-small} {
padding: 0;
width: 100%;
}
.comment, .comment-top-row, .comment-bottom-row {
flex-direction: row;
}
.comment-bubble {
text-align: left;
}
}
.remix-button,