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

rework live stream handling

This commit is contained in:
Luke Pulverenti 2016-09-25 14:39:13 -04:00
parent fd25ff8c13
commit a6d492c13d
27 changed files with 313 additions and 1301 deletions

View file

@ -512,25 +512,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
text-overflow: ellipsis;
overflow: hidden;
position: relative;
margin: 1.5em 0 1em;
display: flex;
align-items: center;
}
.ui-body-a .detailSectionHeader {
border: 1px solid #ddd;
border-width: 0 0 1px 0;
}
.ui-body-b .detailSectionHeader {
border: 1px solid #444;
border-width: 0 0 1px 0;
}
.detailSectionHeader, .detailSectionHeader h3 {
font-size: 20px;
font-weight: 400;
}
.detailSectionHeader button {
font-size: 13px;
.detailSectionHeader > h1 {
margin: 0;
}
.detailSectionHeaderButton {
@ -702,10 +690,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
align-items: center;
}
.mediaInfoItem {
white-space: nowrap;
}
@media all and (max-width: 600px) {
.portraitDetailImageContainer + .primaryDetailsContainer {