mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-02 03:47:28 -05:00
reenable commenting on mobile, which was disabled in #2512
This commit is contained in:
parent
29b08dfd16
commit
1a39d82fbf
1 changed files with 0 additions and 16 deletions
|
@ -1,5 +1,4 @@
|
||||||
@import "../../../colors";
|
@import "../../../colors";
|
||||||
@import "../../../frameless";
|
|
||||||
|
|
||||||
.compose-comment {
|
.compose-comment {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
@ -229,14 +228,6 @@
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide comment input on tablets and mobile */
|
|
||||||
@media #{$medium-and-smaller} {
|
|
||||||
.comment-reply {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -265,13 +256,6 @@
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* hide comment input on tablets and mobile */
|
|
||||||
@media #{$medium-and-smaller} {
|
|
||||||
.comments-root-reply {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment-reply-row {
|
.comment-reply-row {
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
|
|
Loading…
Reference in a new issue