mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
chromecast fixes
This commit is contained in:
parent
fdbc225f11
commit
053fd6388e
9 changed files with 32 additions and 15 deletions
|
@ -57,7 +57,7 @@
|
|||
@media all and (min-width: 800px) {
|
||||
|
||||
.cardImage {
|
||||
border-radius: 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.background-theme-b, paper-dialog.background-theme-b {
|
||||
background-color: #212121;
|
||||
background-color: #181818;
|
||||
/*background: radial-gradient(circle, #282828, #141414);*/
|
||||
}
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
}
|
||||
|
||||
.viewMenuBar, .libraryViewNav {
|
||||
background-color: #111;
|
||||
background-color: #020202;
|
||||
}
|
||||
|
||||
.viewMenuBar.semiTransparent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue