mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 05:20:13 +02:00
lint all files
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
.header {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 0.5rem;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
}
|
||||
@@ -80,10 +80,10 @@
|
||||
box-shadow: 0 8px 24px rgb(0 0 0 / 30%);
|
||||
}
|
||||
|
||||
.imageNativeAspectRatio {
|
||||
aspect-ratio: auto;
|
||||
.image-native-aspect-ratio {
|
||||
height: auto;
|
||||
max-height: 100%;
|
||||
aspect-ratio: auto;
|
||||
}
|
||||
|
||||
.album-image {
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
import formatDuration from 'format-duration';
|
||||
import { useEffect, useRef, useState } from 'react';
|
||||
|
||||
import styles from './playerbar-slider.module.css';
|
||||
import { CustomPlayerbarSlider } from './playerbar-slider';
|
||||
|
||||
import { usePlayer } from '/@/renderer/features/player/context/player-context';
|
||||
import { usePlayerTimestamp } from '/@/renderer/store';
|
||||
import { CustomPlayerbarSlider } from './playerbar-slider';
|
||||
|
||||
interface PlayerbarSeekSliderProps {
|
||||
max: number;
|
||||
|
||||
Reference in New Issue
Block a user