From d0ae72ea2b963bc026684f0fbf1a3c19d49475a9 Mon Sep 17 00:00:00 2001 From: DJP Date: Wed, 1 Oct 2025 19:03:53 -0400 Subject: [PATCH] Hide keyboard shortcut hints in header --- src/notebookllama/styles.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/notebookllama/styles.py b/src/notebookllama/styles.py index fa77106..0f9f2e5 100644 --- a/src/notebookllama/styles.py +++ b/src/notebookllama/styles.py @@ -166,6 +166,20 @@ def get_custom_css(): [data-testid="stHeader"] > div { padding-left: 0 !important; } + + /* Hide keyboard shortcut hints */ + [data-testid="stDecoration"] { + display: none !important; + } + + .stDecorationBar { + display: none !important; + } + + /* Hide the keyboard shortcut text */ + button[kind="header"] span { + display: none !important; + } """