update components
This commit is contained in:
parent
2846174b86
commit
003271cec1
9 changed files with 35 additions and 27 deletions
|
@ -15,12 +15,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.59",
|
||||
"_release": "1.4.59",
|
||||
"version": "1.4.60",
|
||||
"_release": "1.4.60",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.59",
|
||||
"commit": "7e348b4fcb9c8728789b0b54f465eaa4a32a5e69"
|
||||
"tag": "1.4.60",
|
||||
"commit": "28747871beb1d800a18c86c5e30255ae6015489d"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -36,9 +36,6 @@ button.actionSheetMenuItem {
|
|||
font-weight: inherit;
|
||||
align-items: center;
|
||||
flex-shrink: 0;
|
||||
/* Some really bad margin hacks to fix content sizing when scrollbar is visible */
|
||||
margin-left: 20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.actionSheetItemText {
|
||||
|
@ -68,9 +65,6 @@ button.actionSheetMenuItem {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
/* Some really bad margin hacks to fix content sizing when scrollbar is visible */
|
||||
padding-right: 20px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.layout-tv .actionSheetScroller {
|
||||
|
@ -93,4 +87,4 @@ h2.actionSheetTitle {
|
|||
|
||||
.actionSheet.extraSpacing {
|
||||
font-size: 108%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue