From 0ed8b6d303929d157dd69c21b522a45e27d91af4 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:49:44 +0100 Subject: [PATCH] Remove the title for now --- src/launcher.tsx | 3 --- style/base.css | 4 ---- 2 files changed, 7 deletions(-) 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 (
{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;