Better styling of "Switch result tab" shortcut
This commit is contained in:
parent
3182375e06
commit
87df27d71e
@ -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");
|
||||
|
@ -798,6 +798,7 @@ body.blur > :not(#help) {
|
||||
float: left;
|
||||
clear: left;
|
||||
display: block;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
#help > div > span {
|
||||
text-align: center;
|
||||
|
@ -239,7 +239,6 @@ a.test-arrow {
|
||||
#help dt {
|
||||
border-color: #bfbfbf;
|
||||
background: rgba(0,0,0,0);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.since {
|
||||
|
Loading…
Reference in New Issue
Block a user