mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
0491ae9a7c
commit
325d331160
26 changed files with 104 additions and 162 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.background-theme-b, paper-dialog.background-theme-b {
|
||||
background-color: #1A1A1A;
|
||||
background-color: #212121;
|
||||
/*background: radial-gradient(circle, #282828, #141414);*/
|
||||
}
|
||||
|
||||
|
@ -55,15 +55,16 @@
|
|||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.libraryPage > .ui-content {
|
||||
.pageWithAbsoluteTabs .pageTabContent, .libraryPage > .ui-content {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-top: 10px;
|
||||
}
|
||||
/*.pageWithAbsoluteTabs .pageTabContent {
|
||||
padding-left: .5em !important;
|
||||
padding-right: .5em !important;
|
||||
}*/
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
@media all and (max-width: 600px) {
|
||||
|
||||
.libraryPage > .ui-content {
|
||||
padding-left: .5em !important;
|
||||
|
|
|
@ -61,8 +61,9 @@
|
|||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.dragging .mainDrawerPanel #drawer {
|
||||
}
|
||||
/*.mainDrawerPanel #drawer, .mainDrawerPanel #scrim {
|
||||
top: 50px !important;
|
||||
}*/
|
||||
|
||||
.mainDrawerPanel #main {
|
||||
left: 0 !important;
|
||||
|
@ -74,7 +75,7 @@
|
|||
/* Give it at least something to make it visible */
|
||||
z-index: 1098;
|
||||
/* It defaults to absolute, not visible after scrolling */
|
||||
position: fixed;
|
||||
position: fixed!important;
|
||||
}
|
||||
|
||||
.mainDrawer {
|
||||
|
@ -200,7 +201,7 @@
|
|||
}
|
||||
|
||||
.viewMenuBar, .libraryViewNav {
|
||||
background-color: #080808;
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.viewMenuBar.semiTransparent {
|
||||
|
@ -397,8 +398,7 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
}
|
||||
|
||||
.darkDrawer {
|
||||
background-color: rgba(30,30,30,1) !important;
|
||||
backdrop-filter: brightness(1.5) blur(4px);
|
||||
background-color: #212121 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
|
@ -420,9 +420,9 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
}
|
||||
|
||||
.darkDrawer .sidebarLink:hover {
|
||||
background: #444;
|
||||
background: #4d4d4d;
|
||||
}
|
||||
|
||||
.darkDrawer .sidebarLink.selectedSidebarLink, .darkDrawer .selectedMediaFolder {
|
||||
background: #444 !important;
|
||||
background: #4d4d4d !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue