fix(pre-commit): fix linting
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
parent
87c456f603
commit
ef184ab59b
|
@ -162,7 +162,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
|
|
||||||
&.position {
|
&.position {
|
||||||
transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
|
transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
|
||||||
}
|
}
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
|
||||||
&:not(.buffer) {
|
&:not(.buffer) {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: translateY(0.5em);
|
transform: translateY(0.5em);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
|
Loading…
Reference in New Issue