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

update components

This commit is contained in:
Luke Pulverenti 2016-12-16 12:11:49 -05:00
parent cbaac63619
commit a5f98e52ac
10 changed files with 35 additions and 30 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.387",
"_release": "1.4.387",
"version": "1.4.389",
"_release": "1.4.389",
"_resolution": {
"type": "version",
"tag": "1.4.387",
"commit": "9c9c5e0dbbab5107fbf3258f201e2facccbddffa"
"tag": "1.4.389",
"commit": "a52d7a592187de64c84c956b1c0dcf51d78736a2"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -63,6 +63,7 @@
.formDialogFooter-flex {
position: static;
width: 100%;
}
.formDialogFooterItem {

View file

@ -14,6 +14,7 @@
.guideHeaderDateSelection {
font-size: 86%;
padding: .4em 0;
}
.guideHeaderTimeslots {
@ -424,8 +425,8 @@
.guide-date-tab-button {
font-weight: 500 !important;
color: inherit !important;
padding-top: .8em !important;
padding-bottom: .8em !important;
padding-top: .3em !important;
padding-bottom: .3em !important;
opacity: .25;
}
@ -443,6 +444,7 @@
.layout-tv .guide-date-tab-button:focus {
background-color: #52B54B !important;
border-radius: .25em !important;
color: #fff !important;
}
@ -453,11 +455,3 @@
padding-right: 1em !important;
}
}
@media all and (min-width: 1400px) {
.guide-date-tab-button {
padding-left: 1.1em !important;
padding-right: 1.1em !important;
}
}