Skip to content

Commit

Permalink
Remove the title for now
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 25, 2024
1 parent 158e9be commit 0ed8b6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/launcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ function LauncherBody(props: {

return (
<div className="jp-LauncherBody">
<h2 className="jp-LauncherBody-Title">
{trans.__('Launch New Session')}
</h2>
<div className="jp-Launcher-cwd">
<h3>
{trans.__('Current directory:')} <code>{cwd ? cwd : '/'}</code>
Expand Down
4 changes: 0 additions & 4 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
overflow-y: auto;
}

.jp-LauncherBody-Title {
font-size: 20px;
}

.jp-NewLauncher-table {
--jp-icon-size: 16px;

Expand Down

0 comments on commit 0ed8b6d

Please sign in to comment.