Skip to content

Commit 072cd9d

Browse files
hipsterusernamepsychedelicious
authored andcommitted
Styling Fixes
1 parent 19b6dc1 commit 072cd9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

invokeai/frontend/web/src/features/ui/layouts/TabWithLaunchpadIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ export const TabWithLaunchpadIcon = memo((props: IDockviewPanelHeaderProps) => {
4242
return (
4343
<Flex ref={ref} alignItems="center" h="full">
4444
{isLaunchpadPanel && currentTabIcon && (
45-
<Flex alignItems="center" px={2}>
45+
<Flex alignItems="center" pl={5} pr={2}>
4646
{currentTabIcon}
4747
</Flex>
4848
)}
49-
<Text userSelect="none" px={isLaunchpadPanel ? 2 : 4}>
49+
<Text userSelect="none" px={isLaunchpadPanel ? 3 : 4}>
5050
{props.api.title ?? props.api.id}
5151
</Text>
5252
</Flex>

invokeai/frontend/web/src/features/ui/layouts/canvas-tab-auto-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const initializeCenterPanelLayout = (api: DockviewApi) => {
7676
id: VIEWER_PANEL_ID,
7777
component: VIEWER_PANEL_ID,
7878
title: 'Image Viewer',
79-
tabComponent: TAB_WITH_PROGRESS_INDICATOR_ID,
79+
tabComponent: DEFAULT_TAB_ID,
8080
position: {
8181
direction: 'within',
8282
referencePanel: LAUNCHPAD_PANEL_ID,

0 commit comments

Comments
 (0)