Skip to content

Commit

Permalink
[lexical-playground] Fix: Hidden comment button on narrow screens or …
Browse files Browse the repository at this point in the history
…vertical monitors (#6871)
  • Loading branch information
vantage-ola authored Nov 28, 2024
1 parent a016d11 commit 805215b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ i.add-comment {
background-image: url(../../images/icons/chat-left-text.svg);
}

@media (max-width: 1024px) {
@media (max-width: 600px) {
.CommentPlugin_AddCommentBox {
display: none;
}
Expand Down Expand Up @@ -164,7 +164,7 @@ i.comments {
transition: opacity 0.2s linear;
}

@media (max-width: 1024px) {
@media (max-width: 600px) {
.CommentPlugin_ShowCommentsButton {
display: none;
}
Expand Down

0 comments on commit 805215b

Please sign in to comment.