add correct infinity scroll
This commit is contained in:
@@ -167,6 +167,34 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
/* Убедитесь что индикаторы не занимают лишнее место */
|
||||
#infinity-scroll-sentinel {
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
visibility: hidden;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.loading-indicator {
|
||||
text-align: center;
|
||||
padding: 40px 0;
|
||||
color: #666;
|
||||
min-height: auto; /* ← Важно! */
|
||||
}
|
||||
|
||||
.no-more-posts {
|
||||
text-align: center;
|
||||
padding: 30px 0;
|
||||
color: #666;
|
||||
font-size: 16px;
|
||||
border-top: 1px solid #eee;
|
||||
margin-top: 20px;
|
||||
min-height: auto; /* ← Важно! */
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* Улучшения для больших карточек */
|
||||
@media (min-width: 1200px) {
|
||||
.post-card-large .post-category-badge {
|
||||
|
||||
Reference in New Issue
Block a user