mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve upcoming tv styles
This commit is contained in:
parent
87a82eae9e
commit
df7ffa6600
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
if (year != currentIndexValue) {
|
if (year != currentIndexValue) {
|
||||||
|
|
||||||
html += '<h2 class="timelineHeader">' + year + '</h2>';
|
html += '<h2 class="timelineHeader detailSectionHeader">' + year + '</h2>';
|
||||||
currentIndexValue = year;
|
currentIndexValue = year;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -684,7 +684,7 @@
|
||||||
|
|
||||||
if (val != currentIndexValue) {
|
if (val != currentIndexValue) {
|
||||||
|
|
||||||
html += '<h2 class="timelineHeader">' + val + '</h2>';
|
html += '<h2 class="timelineHeader detailSectionHeader" style="text-align:center;">' + val + '</h2>';
|
||||||
currentIndexValue = val;
|
currentIndexValue = val;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue