1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix comment-whitespace-inside (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:42:13 +01:00
parent 58c9f71a7d
commit 8a272313cf
3 changed files with 7 additions and 7 deletions

View file

@ -263,7 +263,7 @@
position: relative; position: relative;
flex-grow: 1; flex-grow: 1;
contain: layout style paint; contain: layout style paint;
/*transition: transform 60ms ease-out;*/ /* transition: transform 60ms ease-out; */
} }
.guide-programNameCaret { .guide-programNameCaret {

View file

@ -5,8 +5,8 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
contain: layout style size; contain: layout style size;
/* Can't use will-change because it causes the alpha picker to move when the page scrolls*/ /* Can't use will-change because it causes the alpha picker to move when the page scrolls */
/*will-change: transform;*/ /* will-change: transform; */
} }
@keyframes view-fadeout { @keyframes view-fadeout {

View file

@ -11,7 +11,7 @@
-moz-appearance: none; -moz-appearance: none;
-ms-appearance: none; -ms-appearance: none;
appearance: none; appearance: none;
height: 150%;/*150% is needed, else ie and edge won't display the thumb properly*/ height: 150%;/* 150% is needed, else ie and edge won't display the thumb properly */
background: transparent; background: transparent;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
@ -184,7 +184,7 @@
} }
.mdl-slider-background-lower { .mdl-slider-background-lower {
/*transition: width 0.18s cubic-bezier(0.4, 0, 0.2, 1);*/ /* transition: width 0.18s cubic-bezier(0.4, 0, 0.2, 1); */
position: absolute; position: absolute;
left: 0; left: 0;
width: 0; width: 0;
@ -199,13 +199,13 @@
.mdl-slider-background-lower-withtransform { .mdl-slider-background-lower-withtransform {
width: 100%; width: 100%;
/*transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);*/ /* transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1); */
transform-origin: left center; transform-origin: left center;
transform: scaleX(0); transform: scaleX(0);
} }
.mdl-slider-background-upper { .mdl-slider-background-upper {
/*transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1), width 0.18s cubic-bezier(0.4, 0, 0.2, 1);*/ /* transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1), width 0.18s cubic-bezier(0.4, 0, 0.2, 1); */
background: #666; background: #666;
background: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .4);
position: absolute; position: absolute;