mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework notifications flyout
This commit is contained in:
parent
9b6cd65b9d
commit
8e0dc6d8e4
11 changed files with 115 additions and 189 deletions
|
@ -6,12 +6,16 @@
|
|||
padding-top: 98px !important;
|
||||
}
|
||||
|
||||
.libraryMenuDivider {
|
||||
.sidebarDivider {
|
||||
height: 1px;
|
||||
background: #333;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .sidebarDivider {
|
||||
background: #ddd !important;
|
||||
}
|
||||
|
||||
.headerBackButton {
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue