fix(pre-commit): fix linting

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
environments/review-docs-fix-d-jlladr/deployments/17321
Kasper Seweryn 2023-03-07 08:56:29 +01:00 zatwierdzone przez Georg krause
rodzic 87c456f603
commit ef184ab59b
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,2 +1,2 @@
--cwd front
--add.exact true
--add.exact true

Wyświetl plik

@ -162,7 +162,7 @@
width: 100%;
transform-origin: top left;
will-change: transform;
&.position {
transform: translate3d(calc(var(--fw-track-progress) - 100%), 0, 0);
}
@ -193,7 +193,7 @@
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
&:not(.buffer) {
background: transparent !important;
}
@ -360,7 +360,7 @@
opacity: 0;
transform: translateY(0.5em);
}
.tooltip {
z-index: 2;
pointer-events: all;