mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
3e2ad02767
commit
afb01571ff
6 changed files with 31 additions and 394 deletions
|
@ -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">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue