File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
template/src/components/internal Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ import Logo from '../../../public/logo.svg?raw';
4
4
---
5
5
6
6
<nav
7
- class =" bg-tk-elements-topBar-backgroundColor border-b border-tk-elements-app-borderColor flex max-w-full items-center p-3 px-4"
8
- aria-label =" "
7
+ class =" bg-tk-elements-topBar-backgroundColor border-b border-tk-elements-app-borderColor flex max-w-full items-center p-3 px-4 min-h-[56px]"
9
8
>
10
9
<div class =" flex flex-1" >
11
10
<a
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ export function WorkspacePanel({ lesson }: Props) {
213
213
< Panel defaultSize = { 25 } minSize = { 10 } >
214
214
< PreviewPanel ref = { previewRef } toggleTerminal = { toggleTerminal } />
215
215
</ Panel >
216
- < PanelResizeHandle className = { resizePanelStyles . PanelResizeHandle } hitAreaMargins = { { fine : 8 , coarse : 8 } } />
216
+ < PanelResizeHandle className = { resizePanelStyles . PanelResizeHandle } hitAreaMargins = { { fine : 5 , coarse : 5 } } />
217
217
< Panel
218
218
defaultSize = { 25 }
219
219
minSize = { 10 }
You can’t perform that action at this time.
0 commit comments