fixed no comment text
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.pexpo-core-comments-body {
|
||||
.pexpo-core-comments-body:has(> .pexpo-core-comment-groups-wrapper) {
|
||||
margin: 0 auto;
|
||||
padding: 20px 0;
|
||||
max-width: 1500px;
|
||||
@@ -16,15 +16,15 @@
|
||||
black 80px,
|
||||
black calc(100% - 80px),
|
||||
transparent
|
||||
);
|
||||
);
|
||||
|
||||
mask-image: linear-gradient(
|
||||
mask-image: linear-gradient(
|
||||
to right,
|
||||
transparent,
|
||||
black 80px,
|
||||
black calc(100% - 80px),
|
||||
transparent
|
||||
);
|
||||
);
|
||||
|
||||
&:hover .pexpo-core-comment-groups-wrapper {
|
||||
animation-play-state: paused;
|
||||
@@ -139,6 +139,13 @@ mask-image: linear-gradient(
|
||||
}
|
||||
}
|
||||
|
||||
.pexpo-core-no-comments {
|
||||
text-align: center;
|
||||
font-size: 1.2rem;
|
||||
color: #777;
|
||||
margin: 50px 0;
|
||||
}
|
||||
|
||||
|
||||
@keyframes scrolling {
|
||||
to {
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
echo '</div>';
|
||||
} else {
|
||||
?>
|
||||
<p class="pexpo-core-no-comments"><?php echo esc_html__('Még nincsenek hozzászólások.', 'partnerexpo-core'); ?></p>
|
||||
<p class="pexpo-core-no-comments"><?php echo esc_html__('Még nincsenek visszajelzések.', 'partnerexpo-core'); ?></p>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user