[ui] blog comments area fixversion-14
@@ -686,17 +686,8 @@ fieldset { | |||||
padding-bottom: 30px; | padding-bottom: 30px; | ||||
} | } | ||||
.blog-comments { | .blog-comments { | ||||
background-color: #fafbfc; | |||||
position: relative; | position: relative; | ||||
} | |||||
.blog-comments:before { | |||||
content: ""; | |||||
background-color: #fafbfc; | |||||
position: absolute; | |||||
height: 100%; | |||||
width: 100vw; | |||||
left: calc((100vw - 100%)/ -2); | |||||
z-index: -1; | |||||
border-top: 1px solid #d1d8dd; | |||||
} | } | ||||
.blog-comment-row { | .blog-comment-row { | ||||
margin: 0px -15px; | margin: 0px -15px; | ||||
@@ -396,18 +396,8 @@ fieldset { | |||||
.help-article-comments { | .help-article-comments { | ||||
} | } | ||||
.blog-comments { | .blog-comments { | ||||
background-color: @light-bg; | |||||
position: relative; | 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 { | .blog-comment-row { | ||||