Better styling of "Switch result tab" shortcut

This commit is contained in:
Smitty 2021-02-02 16:15:57 -05:00
parent 3182375e06
commit 87df27d71e
3 changed files with 2 additions and 2 deletions

View file

@ -2910,7 +2910,7 @@ function defocusSearchBar() {
["-", "Collapse all sections"],
].map(x => "<dt>" +
x[0].split(" ")
.map((y, index) => (index & 1) === 0 ? "<kbd>" + y + "</kbd>" : y)
.map((y, index) => (index & 1) === 0 ? "<kbd>" + y + "</kbd>" : " " + y + " ")
.join("") + "</dt><dd>" + x[1] + "</dd>").join("");
var div_shortcuts = document.createElement("div");
addClass(div_shortcuts, "shortcuts");

View file

@ -798,6 +798,7 @@ body.blur > :not(#help) {
float: left;
clear: left;
display: block;
margin-right: 0.5rem;
}
#help > div > span {
text-align: center;

View file

@ -239,7 +239,6 @@ a.test-arrow {
#help dt {
border-color: #bfbfbf;
background: rgba(0,0,0,0);
color: black;
}
.since {