mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 08:33:52 +01:00
Fix header in fullscreen mode on Mac
This commit is contained in:
@@ -40,7 +40,12 @@ export const SettingsDialog = () => {
|
||||
</HStack>
|
||||
<Separator className="my-4" />
|
||||
|
||||
<Heading size={2}>Workspace ({workspace.name})</Heading>
|
||||
<Heading size={2}>
|
||||
Workspace{' '}
|
||||
<div className="inline-block ml-1 bg-gray-500 dark:bg-gray-300 px-2 py-0.5 !text-md rounded text-base text-white dark:text-gray-900">
|
||||
{workspace.name}
|
||||
</div>
|
||||
</Heading>
|
||||
<VStack className="w-full" space={3}>
|
||||
<Input
|
||||
size="xs"
|
||||
|
||||
Reference in New Issue
Block a user