Add custom banner replacement

This commit is contained in:
2026-02-15 17:11:33 +03:00
parent fd16fff99c
commit bdf2245251

View File

@@ -898,6 +898,19 @@ progress {
margin-bottom: -3px;
}
/* ========================================
КАСТОМНЫЙ БАННЕР
======================================== */
/* Замена стандартного баннера Jellyfin на кастомный */
.itemBackdrop,
.backdropImage {
background-image: url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/assets/banner.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
/* ========================================
МАРКЕРЫ ГЛАВ ВИДЕО
======================================== */