Merge branch 'jellyfin:master' into add/device-logos

This commit is contained in:
photonconvergence 2022-10-25 17:25:30 -07:00 committed by GitHub
commit 7ab1edd3c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 70 additions and 20 deletions

View file

@ -305,10 +305,16 @@
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
[dir="rtl"] & {
transition: right ease-in-out 0.3s, padding ease-in-out 0.3s;
}
> .page {
// Fix pointer events being swallowed by the react root when a dashboard page is not rendered by react
pointer-events: all;
}
}
.centerMessage {