Aggiunge copertina sponsor custom solo Premium Full, con override in wizard e slate sui nodi di streaming.

Permette upload da portale e app con ereditarietà partita→squadra→società, generazione MP4 via ffmpeg e distribuzione su home lab e nodi CPX per pause e assenza segnale.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-19 23:47:17 +02:00
co-authored by Cursor
parent a51d5e8da5
commit 41d4235258
62 changed files with 1487 additions and 20 deletions
+19 -1
View File
@@ -449,7 +449,25 @@ body.nav-menu-open { overflow: hidden; }
border-radius: 10px;
object-fit: contain;
}
.branding-logo-preview__placeholder { color: #777; font-size: 0.88rem; text-align: center; }
.branding-cover-preview {
min-height: 140px;
}
.branding-cover-preview__img {
max-width: 100%;
max-height: 180px;
width: auto;
height: auto;
border-radius: 8px;
object-fit: contain;
}
.cover-remove-label {
display: flex;
align-items: center;
gap: 8px;
margin-top: 10px;
font-size: 0.9rem;
color: #aaa;
}
.branding-file-input { margin-bottom: 0 !important; }
.branding-url-input { margin-bottom: 14px; }
.branding-color-row {