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-07-23 17:30:41 -04:00
parent 4fb370930f
commit 84e7296363
3 changed files with 11 additions and 7 deletions

View file

@ -15,12 +15,12 @@
}, },
"devDependencies": {}, "devDependencies": {},
"ignore": [], "ignore": [],
"version": "1.4.115", "version": "1.4.116",
"_release": "1.4.115", "_release": "1.4.116",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "1.4.115", "tag": "1.4.116",
"commit": "eaab061d672e114a94c94afcd5e5b3cb9b2e5c13" "commit": "ca1212d815a65e1e81363d53e71b7fd8b7952abe"
}, },
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git", "_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0", "_target": "^1.2.0",

View file

@ -35,7 +35,7 @@
.inputLabel.blank:not(.nofloat) { .inputLabel.blank:not(.nofloat) {
transform-origin: left top; transform-origin: left top;
transform: scale(1.4,1.4) translateY(80%); transform: scale(1.3,1.3) translateY(86%);
} }
.inputLabel.focused:not(.blank) { .inputLabel.focused:not(.blank) {

View file

@ -104,7 +104,7 @@ div.listItem {
.listItemIcon { .listItemIcon {
width: auto !important; width: auto !important;
height: auto !important; height: auto !important;
font-size: 140%; font-size: 130%;
border-radius: 500px; border-radius: 500px;
background-color: #52B54B; background-color: #52B54B;
padding: .5em; padding: .5em;
@ -144,9 +144,13 @@ div.listItem {
} }
.listItem > .fab:first-child, .listItem > i:first-child { .listItem > .fab:first-child, .listItem > i:first-child {
margin-left: .65em; margin-left: .3em;
} }
.paperList .listItem > .fab:first-child, .paperList .listItem > i:first-child {
margin-left: .65em;
}
.paperList { .paperList {
padding: .5em 0; padding: .5em 0;
margin: 1em auto; margin: 1em auto;