Add custom banner replacement
This commit is contained in:
@@ -898,6 +898,19 @@ progress {
|
|||||||
margin-bottom: -3px;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
МАРКЕРЫ ГЛАВ ВИДЕО
|
МАРКЕРЫ ГЛАВ ВИДЕО
|
||||||
======================================== */
|
======================================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user