Скрытие cardFooter

This commit is contained in:
2026-02-19 12:10:59 +03:00
parent 852cf73a4d
commit eada915cf1

View File

@@ -1040,6 +1040,16 @@ progress {
-moz-border-radius: var(--floating-progress-roundness);
}
/* ========================================
СКРЫТЬ ПРОГРЕСС-БАРЫ НА СТРАНИЦЕ ФИЛЬМЫ
======================================== */
/* Скрываем progress-бары на странице фильмов */
#moviesPage .itemProgressBar,
#moviesPage .innerCardFooter {
display: none !important;
}
/* ========================================
БАЗОВЫЕ СТИЛИ: ДОПОЛНИТЕЛЬНО
======================================== */