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-10 02:54:03 -04:00
parent 59b4199fc0
commit 8144b83f54
44 changed files with 413 additions and 355 deletions

View file

@ -45,24 +45,27 @@
top: 50%;
}
.slideshowDialog .slideshowButton {
width: 5.2vh;
height: 5.2vh;
.slideshowDialog .slideshowButton i {
width: 4.5vh;
height: 4.5vh;
font-size: 4.5vh;
color: #fff;
opacity: .7;
min-width: 40px;
min-height: 40px;
}
.layout-tv .slideshowDialog .slideshowButtonn {
width: 7vh;
height: 7vh;
.layout-tv .slideshowDialog .slideshowButton i {
width: 6.3vh;
height: 6.3vh;
font-size: 6.3vh;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
.slideshowDialog paper-icon-button {
width: 11vmin;
height: 11vmin;
.slideshowDialog [is=paper-icon-button-light] i {
width: 10.3vmin;
height: 10.3vmin;
font-size: 10.3vmin;
}
}