diff --git a/src/launcher.tsx b/src/launcher.tsx index e432768..56051b4 100644 --- a/src/launcher.tsx +++ b/src/launcher.tsx @@ -138,9 +138,6 @@ function LauncherBody(props: { return (
-

- {trans.__('Launch New Session')} -

{trans.__('Current directory:')} {cwd ? cwd : '/'} diff --git a/style/base.css b/style/base.css index d9ac715..cdd670d 100644 --- a/style/base.css +++ b/style/base.css @@ -53,10 +53,6 @@ overflow-y: auto; } -.jp-LauncherBody-Title { - font-size: 20px; -} - .jp-NewLauncher-table { --jp-icon-size: 16px;