mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update listview
This commit is contained in:
parent
869ad8f59d
commit
6d3000e316
@ -27,14 +27,14 @@
|
||||
"web-component-tester": "*",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"homepage": "https://github.com/PolymerElements/iron-behaviors",
|
||||
"homepage": "https://github.com/polymerelements/iron-behaviors",
|
||||
"_release": "1.0.8",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.8",
|
||||
"commit": "663ad706b43989f4961d945b8116cf4db346532f"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/iron-behaviors.git",
|
||||
"_source": "git://github.com/polymerelements/iron-behaviors.git",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "PolymerElements/iron-behaviors"
|
||||
"_originalSource": "polymerelements/iron-behaviors"
|
||||
}
|
@ -25,14 +25,14 @@
|
||||
"web-component-tester": "*",
|
||||
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
|
||||
},
|
||||
"homepage": "https://github.com/PolymerElements/iron-meta",
|
||||
"homepage": "https://github.com/polymerelements/iron-meta",
|
||||
"_release": "1.0.3",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v1.0.3",
|
||||
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
|
||||
},
|
||||
"_source": "git://github.com/PolymerElements/iron-meta.git",
|
||||
"_source": "git://github.com/polymerelements/iron-meta.git",
|
||||
"_target": "^1.0.0",
|
||||
"_originalSource": "PolymerElements/iron-meta"
|
||||
"_originalSource": "polymerelements/iron-meta"
|
||||
}
|
@ -1508,6 +1508,11 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
.itemsListview .listItem {
|
||||
border-bottom: 1px solid #303030;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.itemsListview .listviewMenuButton {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.itemsListview .ui-li-count {
|
||||
@ -1554,15 +1559,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
button.listviewMenuButton {
|
||||
padding-left: 20px !important;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
paper-icon-button.listviewMenuButton {
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .listItem:hover {
|
||||
background-color: rgba(51,51,51,.6) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user