mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
improve upcoming tv styles
This commit is contained in:
parent
87a82eae9e
commit
df7ffa6600
@ -79,7 +79,7 @@
|
||||
|
||||
if (year != currentIndexValue) {
|
||||
|
||||
html += '<h2 class="timelineHeader">' + year + '</h2>';
|
||||
html += '<h2 class="timelineHeader detailSectionHeader">' + year + '</h2>';
|
||||
currentIndexValue = year;
|
||||
}
|
||||
}
|
||||
@ -684,7 +684,7 @@
|
||||
|
||||
if (val != currentIndexValue) {
|
||||
|
||||
html += '<h2 class="timelineHeader">' + val + '</h2>';
|
||||
html += '<h2 class="timelineHeader detailSectionHeader" style="text-align:center;">' + val + '</h2>';
|
||||
currentIndexValue = val;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user