mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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 "../../../frameless";
|
||||
|
||||
.compose-comment {
|
||||
margin-left: .5rem;
|
||||
|
@ -229,14 +228,6 @@
|
|||
content: "";
|
||||
}
|
||||
}
|
||||
|
||||
/* hide comment input on tablets and mobile */
|
||||
@media #{$medium-and-smaller} {
|
||||
.comment-reply {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -265,13 +256,6 @@
|
|||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
/* hide comment input on tablets and mobile */
|
||||
@media #{$medium-and-smaller} {
|
||||
.comments-root-reply {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-reply-row {
|
||||
margin-top: 1.5rem;
|
||||
margin-left: .5rem;
|
||||
|
|
Loading…
Reference in a new issue