1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added timeline view

This commit is contained in:
Luke Pulverenti 2013-05-15 08:05:07 -04:00
parent 3637ebf93a
commit 064af8cfee
10 changed files with 156 additions and 31 deletions

View file

@ -575,6 +575,10 @@ a.itemTag:hover {
text-align: center;
}
.timelineItemsContainer {
text-align: left;
}
@media all and (min-width: 1200px) {
.scenePosterViewItem img {
@ -670,3 +674,7 @@ a.itemTag:hover {
.tileItem .itemProgressText {
display: none;
}
.timelineHeader {
margin-bottom: .25em;
}