Hide keyboard shortcut hints in header

This commit is contained in:
DJP 2025-10-01 19:03:53 -04:00
parent ab0ad2c30d
commit d0ae72ea2b

View file

@ -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;
}
</style>
"""