mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
disable single attribute per line
This commit is contained in:
parent
92ed8e20c9
commit
8b141d652c
154 changed files with 390 additions and 1800 deletions
|
|
@ -238,10 +238,7 @@ const Controls = ({ isPageHovered }: ControlsProps) => {
|
|||
})}
|
||||
</Option.Label>
|
||||
<Option.Control>
|
||||
<Group
|
||||
w="100%"
|
||||
wrap="nowrap"
|
||||
>
|
||||
<Group w="100%" wrap="nowrap">
|
||||
<Slider
|
||||
defaultValue={lyricConfig.fontSize}
|
||||
label={(e) =>
|
||||
|
|
@ -278,10 +275,7 @@ const Controls = ({ isPageHovered }: ControlsProps) => {
|
|||
})}
|
||||
</Option.Label>
|
||||
<Option.Control>
|
||||
<Group
|
||||
w="100%"
|
||||
wrap="nowrap"
|
||||
>
|
||||
<Group w="100%" wrap="nowrap">
|
||||
<Slider
|
||||
defaultValue={lyricConfig.gap}
|
||||
label={(e) => `Synchronized: ${e}px`}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue