1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

switch to unified notifications

This commit is contained in:
Luke Pulverenti 2016-07-22 13:30:39 -04:00
parent fa438393af
commit cec6b66c27
19 changed files with 200 additions and 514 deletions

View file

@ -365,9 +365,9 @@ body:not(.dashboardDocument) .btnNotifications {
}
i.sidebarLinkIcon {
font-size: 24px;
height: 24px;
width: 24px;
font-size: 150%;
height: auto;
width: auto;
}
.darkDrawer i.sidebarLinkIcon {
@ -441,7 +441,6 @@ body:not(.dashboardDocument) .headerAppsButton {
.dashboardDocument .libraryMenuButtonText {
font-size: 150%;
margin-left: 1em;
}
.dashboardDocument .mainDrawerPanelContent {
@ -506,46 +505,4 @@ body:not(.dashboardDocument) .headerAppsButton {
.title-separator {
margin: 0 .5em;
}
.adminAppsMenu {
position: fixed;
top: 5vh !important;
left: 2vw !important;
padding: 1.5em 1em !important;
font-size: 110%;
margin: 0 !important;
color: #333;
}
.adminAppsMenuRow {
display: flex;
padding: 0 !important;
margin: 0 !important;
}
.adminAppsMenuRow + .adminAppsMenuRow {
margin-top: 1.5em !important;
border-top: 1px solid #ddd;
padding-top: 1em !important;
}
.adminAppsButton {
display: block;
color: inherit !important;
font-weight: normal !important;
text-align: center;
}
.adminAppsButton {
width: 5.3vw;
}
.adminAppsButton + .adminAppsButton {
margin-left: 1.5em;
}
.adminAppsButton paper-icon-button {
width: 4.5vh;
height: 4.5vh;
}
}