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

update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-07 16:11:16 -04:00
parent ab738fae14
commit 46043aae83
53 changed files with 478 additions and 374 deletions

View file

@ -11,7 +11,6 @@
align-items: center;
text-align: left;
padding: .25em 1.15em;
line-height: 160%;
cursor: pointer;
overflow: hidden;
}
@ -64,6 +63,20 @@
min-height: 3.44em;
}
.listItemBody-nogrow {
flex-grow: initial;
flex-shrink: 0;
width: 9em;
opacity: .7;
}
@media all and (max-width: 800px) {
.listItemBody-nogrow {
width: 4em;
}
}
.two-line {
min-height: 5.15em;
padding-top: 0;
@ -78,7 +91,7 @@
.listItemBodyText {
margin: 0;
padding: 0;
padding: .25em 0;
overflow: hidden;
text-overflow: ellipsis;
}
@ -152,10 +165,6 @@
background-color: transparent !important;
}
.listItemMediaInfo-padded {
margin: .5em 0;
}
.listItemMediaInfo {
/* Don't display if flex not supported */
display: none;