From eada915cf134a297268e84f2eed7d2249ba44775 Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Thu, 19 Feb 2026 12:10:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D0=B5=20ca?= =?UTF-8?q?rdFooter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/tolfin.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +} + /* ======================================== БАЗОВЫЕ СТИЛИ: ДОПОЛНИТЕЛЬНО ======================================== */