update components
This commit is contained in:
parent
4fb370930f
commit
84e7296363
3 changed files with 11 additions and 7 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.115",
|
||||
"_release": "1.4.115",
|
||||
"version": "1.4.116",
|
||||
"_release": "1.4.116",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.115",
|
||||
"commit": "eaab061d672e114a94c94afcd5e5b3cb9b2e5c13"
|
||||
"tag": "1.4.116",
|
||||
"commit": "ca1212d815a65e1e81363d53e71b7fd8b7952abe"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
.inputLabel.blank:not(.nofloat) {
|
||||
transform-origin: left top;
|
||||
transform: scale(1.4,1.4) translateY(80%);
|
||||
transform: scale(1.3,1.3) translateY(86%);
|
||||
}
|
||||
|
||||
.inputLabel.focused:not(.blank) {
|
||||
|
|
|
@ -104,7 +104,7 @@ div.listItem {
|
|||
.listItemIcon {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
font-size: 140%;
|
||||
font-size: 130%;
|
||||
border-radius: 500px;
|
||||
background-color: #52B54B;
|
||||
padding: .5em;
|
||||
|
@ -144,9 +144,13 @@ div.listItem {
|
|||
}
|
||||
|
||||
.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 {
|
||||
padding: .5em 0;
|
||||
margin: 1em auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue