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