mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix xbox one browser access
This commit is contained in:
parent
0a24cd2dc6
commit
173773d5bc
22 changed files with 1229 additions and 172 deletions
|
@ -49,6 +49,10 @@
|
|||
margin: 1px;
|
||||
}
|
||||
|
||||
.largeCardMargin .cardBox {
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
/*@media all and (max-width: 600px) {
|
||||
|
||||
.cardBox {
|
||||
|
@ -229,6 +233,11 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.cardImage canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.coveredCardImage {
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
BIN
dashboard-ui/css/images/empty.png
Normal file
BIN
dashboard-ui/css/images/empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 158 B |
|
@ -188,7 +188,7 @@
|
|||
|
||||
.librarySidebarLinks a {
|
||||
font-weight: 300 !important;
|
||||
padding: .7em 20px .7em 0;
|
||||
padding: .8em 20px .8em 0;
|
||||
}
|
||||
|
||||
.librarySidebarLinks a:hover {
|
||||
|
|
|
@ -1120,3 +1120,14 @@ h1 + .accentButton {
|
|||
.disabledUserBanner {
|
||||
margin: 0 0 2em;
|
||||
}
|
||||
|
||||
.modalLoading {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0, 0, 0, .3);
|
||||
/* One less than jqm loading spinner, so we can combine them */
|
||||
z-index: 9999998;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue