Przeglądaj źródła

Merge pull request #1931 from netchampfaris/ui-fixes

[ui] blog comments area fix
version-14
Rushabh Mehta 9 lat temu
committed by GitHub
rodzic
commit
57e0211f41
2 zmienionych plików z 2 dodań i 21 usunięć
  1. +1
    -10
      frappe/public/css/website.css
  2. +1
    -11
      frappe/public/less/website.less

+ 1
- 10
frappe/public/css/website.css Wyświetl plik

@@ -686,17 +686,8 @@ fieldset {
padding-bottom: 30px;
}
.blog-comments {
background-color: #fafbfc;
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 {
margin: 0px -15px;


+ 1
- 11
frappe/public/less/website.less Wyświetl plik

@@ -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 {


Ładowanie…
Anuluj
Zapisz