mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
increase font size of smart playlist JSON editor
This commit is contained in:
@@ -422,8 +422,12 @@ export const PlaylistQueryEditor = ({
|
|||||||
minRows={8}
|
minRows={8}
|
||||||
onChange={(value) => setJsonText(value)}
|
onChange={(value) => setJsonText(value)}
|
||||||
placeholder='{ "all": [], "limit": 100, "sort": "+dateAdded" }'
|
placeholder='{ "all": [], "limit": 100, "sort": "+dateAdded" }'
|
||||||
|
size="lg"
|
||||||
spellCheck={false}
|
spellCheck={false}
|
||||||
style={{ flex: 1, minHeight: 0 }}
|
style={{
|
||||||
|
flex: 1,
|
||||||
|
minHeight: 0,
|
||||||
|
}}
|
||||||
value={jsonText}
|
value={jsonText}
|
||||||
/>
|
/>
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
|
|||||||
Reference in New Issue
Block a user