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:
parent
3637ebf93a
commit
064af8cfee
10 changed files with 156 additions and 31 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue