mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): make logo component non-selectable
This commit is contained in:
parent
d3a7fea939
commit
dac82adb5b
@ -17,8 +17,17 @@ const InvokeAILogoComponent = () => {
|
|||||||
h="32px"
|
h="32px"
|
||||||
minW="32px"
|
minW="32px"
|
||||||
minH="32px"
|
minH="32px"
|
||||||
|
userSelect="none"
|
||||||
/>
|
/>
|
||||||
<Flex gap={3} display={{ base: 'inherit', sm: 'none', md: 'inherit' }}>
|
<Flex
|
||||||
|
gap={3}
|
||||||
|
display={{
|
||||||
|
base: 'inherit',
|
||||||
|
sm: 'none',
|
||||||
|
md: 'inherit',
|
||||||
|
userSelect = 'none',
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Text fontSize="xl">
|
<Text fontSize="xl">
|
||||||
invoke <strong>ai</strong>
|
invoke <strong>ai</strong>
|
||||||
</Text>
|
</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user