|
|
@@ -396,18 +396,8 @@ fieldset { |
|
|
|
.help-article-comments { |
|
|
|
} |
|
|
|
.blog-comments { |
|
|
|
background-color: @light-bg; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
.blog-comments:before { |
|
|
|
content:""; |
|
|
|
background-color: @light-bg; |
|
|
|
position: absolute; |
|
|
|
height: 100%; |
|
|
|
width: 100vw; |
|
|
|
left: ~"calc((100vw - 100%)/ -2)"; |
|
|
|
z-index: -1; |
|
|
|
border-top: 1px solid @border-color; |
|
|
|
} |
|
|
|
|
|
|
|
.blog-comment-row { |
|
|
|