Скрытие cardFooter

This commit is contained in:
2026-02-19 12:10:59 +03:00
parent 61f50473c0
commit a4fd32e205

View File

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