mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework live stream handling
This commit is contained in:
parent
fd25ff8c13
commit
a6d492c13d
27 changed files with 313 additions and 1301 deletions
|
@ -28,6 +28,16 @@ body:not(.dashboardDocument) .mainDrawerButton {
|
|||
height: 50px;
|
||||
}
|
||||
|
||||
/*.viewMenuBar, .ui-body-b .libraryViewNav {
|
||||
background: rgba(34,35,38,.90);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
.viewMenuBar.semiTransparent {
|
||||
background-color: rgba(15, 15, 15, .3);
|
||||
}*/
|
||||
|
||||
.emby-tab-button {
|
||||
font-weight: 400;
|
||||
text-transform: none !important;
|
||||
|
@ -55,6 +65,10 @@ h1, h1 a {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.cardImageContainer {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.noSecondaryNavPage .itemBackdrop {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
@ -67,10 +81,6 @@ h1, h1 a {
|
|||
font-size: 200% !important;
|
||||
}
|
||||
|
||||
.alphabetPicker {
|
||||
right: 5px !important;
|
||||
}
|
||||
|
||||
.txtSearch {
|
||||
padding-bottom: .5em !important;
|
||||
text-indent: 0 !important;
|
||||
|
@ -84,3 +94,9 @@ h1, h1 a {
|
|||
.categorySyncButton, .btnSync {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.dialog.background-theme-b {
|
||||
background: rgba(28,28,28,.88);
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue