diff --git a/Web/Presenters/templates/Wall/Feed.xml b/Web/Presenters/templates/Wall/Feed.xml index a35d2dc6..81b4bf21 100644 --- a/Web/Presenters/templates/Wall/Feed.xml +++ b/Web/Presenters/templates/Wall/Feed.xml @@ -23,7 +23,7 @@ {foreach $posts as $post} - {include "../components/post.xml", post => $post, onWallOf => true} + {include "../components/post.xml", post => $post, onWallOf => true, commentSection => true} {/foreach} {include "../components/paginator.xml", conf => $paginatorConf}
diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml index cc3f9c8d..be7da6ba 100644 --- a/Web/Presenters/templates/components/comment.xml +++ b/Web/Presenters/templates/components/comment.xml @@ -7,7 +7,8 @@ + width="30" + class="cCompactAvatars" />
diff --git a/Web/static/css/avatar.1.css b/Web/static/css/avatar.1.css index f14fc69c..465cb4ff 100644 --- a/Web/static/css/avatar.1.css +++ b/Web/static/css/avatar.1.css @@ -34,3 +34,8 @@ div.content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth height: 42px; object-fit: cover; } + +.cCompactAvatars { + width: 30px !important; + height: 30px !important; +} diff --git a/Web/static/css/avatar.2.css b/Web/static/css/avatar.2.css index 68614ff2..4602c012 100644 --- a/Web/static/css/avatar.2.css +++ b/Web/static/css/avatar.2.css @@ -61,3 +61,8 @@ div.ovk-video > div > img { border-radius: 2px; } + +.cCompactAvatars { + width: 30px !important; + height: 30px !important; +}