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-08-03 13:56:11 -04:00
parent 8b28397294
commit 29fdb143ab
8 changed files with 42 additions and 18 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.145",
"_release": "1.4.145",
"version": "1.4.146",
"_release": "1.4.146",
"_resolution": {
"type": "version",
"tag": "1.4.145",
"commit": "d49d1e90cccfd1735bf18aa8e67d459439c9474b"
"tag": "1.4.146",
"commit": "dd1bc6d4a82f5311bf940f558f6c9231412f5db1"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -67,7 +67,7 @@ button.card {
padding-bottom: 18.5%;
}
.cardBox {
.card .cardBox {
padding: 0 !important;
margin: 0;
transition: none !important;
@ -316,8 +316,8 @@ button.cardImageContainer {
}
.card .indicators {
right: .5vh;
top: .5vh;
right: 2%;
top: 3%;
position: absolute;
display: flex;
align-items: center;

View file

@ -21,7 +21,7 @@
vertical-align: middle;
border: 0;
vertical-align: middle;
border-radius: 3px;
border-radius: 2px;
/* These are getting an outline in opera tv browsers, which run chrome 30 */
outline: none !important;
position: relative;