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-08-27 21:05:32 -04:00
parent 3fac9fa99d
commit 557ac784a8
9 changed files with 33 additions and 22 deletions

View file

@ -27,8 +27,9 @@
.mdl-checkbox__input {
position: absolute;
width: 0;
height: 0;
/* 1px is for focusing purposes, so the focusManager doesn't skip over it */
width: 1px;
height: 1px;
margin: 0;
padding: 0;
opacity: 0;
@ -118,5 +119,5 @@
}
.checkboxList-paperList {
padding: 1em!important;
}
padding: 1em !important;
}