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-06-28 22:44:25 -04:00
parent 2846174b86
commit 003271cec1
9 changed files with 35 additions and 27 deletions

View file

@ -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%;
}
}