Skip to content

Commit

Permalink
Do not display search keyboard shortcut on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Oct 9, 2023
1 parent cf7bdbd commit 9926d19
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,18 @@ properly displayed on mobile devices and not restricted to 20% */
vertical-align: text-bottom;
margin-right: 3px;
}

.full-width-plot {
width: 100%;
}

/* This hides the Ctrl + K from the search box on the start page
* to make it less distracting on the home page.
* The shortcut still shows up when clicking the search box */
.search-button-field > .search-button__kbd-shortcut {
display: none;
}

/* Configurations for the start page
------------------------------------ */
.lead {
Expand All @@ -92,4 +99,4 @@ properly displayed on mobile devices and not restricted to 20% */
/* Default is bolder which is less */
font-weight: bold;
}
/* ---------------------------------- */
/* ---------------------------------- */

0 comments on commit 9926d19

Please sign in to comment.