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

update components

This commit is contained in:
Luke Pulverenti 2017-01-03 03:10:50 -05:00
parent 3e2ad02767
commit afb01571ff
6 changed files with 31 additions and 394 deletions

View file

@ -8,10 +8,10 @@
z-index: 1;
}
.osdHeader .viewMenuBar {
background-color: rgba(0, 0, 0, .3);
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.osdHeader .viewMenuBar {
background-color: rgba(0, 0, 0, .3);
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}
.osdHeader-hidden {
transform: translate3d(0,-100%,0);
@ -149,6 +149,14 @@
display: flex;
align-items: baseline;
}
.pageContainer {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
}
</style>
<div class="pageContainer flex">