add a "copy" button to the "search-url" sidebar

This commit is contained in:
Jinyuan Huang 2023-09-27 14:19:35 +00:00
parent 96ccec1aa6
commit 8adc7b0433
3 changed files with 18 additions and 0 deletions

View file

@ -729,9 +729,18 @@ summary.title {
#search_url {
div.selectable_url {
pre {
float: left;
width: 200em;
}
}
button#copy_url {
float: right;
padding: 0.4rem;
margin-left: 0.5rem;
border-radius: 0.3rem;
display: none; // will be shown by JS.
}
}
#links_on_top {