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:
parent
fa438393af
commit
cec6b66c27
19 changed files with 200 additions and 514 deletions
|
@ -574,53 +574,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/** homePageSmallBackdropCard */
|
||||
.homePageSmallBackdropCard .cardPadder {
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 540px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 33.333%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1100px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 16.66666666666667%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
||||
.homePageSmallBackdropCard {
|
||||
width: 12.5%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/** horizontalBackdropCard */
|
||||
.horizontalBackdropCard .cardPadder {
|
||||
padding-bottom: 56.25%;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue