Fix additional issues with session cards

This commit is contained in:
Bill Thornton 2020-12-12 02:23:12 -05:00
parent 0d2ede01b3
commit d346f185e4

View file

@ -127,8 +127,8 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
.sessionAppInfo img { .sessionAppInfo img {
max-width: 40px; max-width: 2.25rem;
max-height: 40px; max-height: 2.25rem;
margin-right: 8px; margin-right: 8px;
} }
@ -287,6 +287,10 @@ div[data-role=controlgroup] a.ui-btn-active {
width: 100% !important; width: 100% !important;
} }
.activeSession .cardBox {
margin: 0;
}
.activitylogUserPhoto { .activitylogUserPhoto {
height: 1.71em; height: 1.71em;
width: 1.71em; width: 1.71em;
@ -297,15 +301,9 @@ div[data-role=controlgroup] a.ui-btn-active {
background-position: center; background-position: center;
} }
@media all and (min-width: 40em) {
.activeSession {
width: 100% !important;
}
}
@media all and (min-width: 50em) { @media all and (min-width: 50em) {
.activeSession { .activeSession {
width: 50% !important; flex: 1;
} }
} }
@ -318,6 +316,7 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
.sessionAppInfo { .sessionAppInfo {
flex-grow: 1;
padding: 0.5em; padding: 0.5em;
overflow: hidden; overflow: hidden;
} }
@ -337,6 +336,8 @@ div[data-role=controlgroup] a.ui-btn-active {
right: 0; right: 0;
bottom: 0; bottom: 0;
font-weight: 400; font-weight: 400;
display: flex;
flex-direction: column;
} }
.sessionNowPlayingContent-withbackground + .sessionNowPlayingInnerContent { .sessionNowPlayingContent-withbackground + .sessionNowPlayingInnerContent {
@ -351,9 +352,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.sessionNowPlayingDetails { .sessionNowPlayingDetails {
display: flex; display: flex;
position: absolute; white-space: nowrap;
bottom: 0;
width: 100%;
} }
.sessionNowPlayingInfo { .sessionNowPlayingInfo {
@ -380,6 +379,10 @@ div[data-role=controlgroup] a.ui-btn-active {
background: transparent !important; background: transparent !important;
} }
.activeDevices {
gap: 1rem;
}
.activeSession .playbackProgress, .activeSession .playbackProgress,
.activeSession .transcodingProgress { .activeSession .transcodingProgress {
position: absolute; position: absolute;