1
0
Fork 0
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:
Luke Pulverenti 2015-05-31 17:07:44 -04:00
parent 9b6cd65b9d
commit 8e0dc6d8e4
11 changed files with 115 additions and 189 deletions

View file

@ -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;
}