Merge pull request #161 from elibroftw/master

fix #156 improve copy code button
This commit is contained in:
Dmitry Kolosov 2022-06-07 20:09:09 +03:00 committed by GitHub
commit 769fbb55e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -667,8 +667,8 @@ ul.language-select > li, ul.footer-menu > li {
.highlight-copy-btn {
display: none;
position: absolute;
top: 7px;
right: 7px;
top: 18px;
right: 2px;
border: 0;
border-radius: 4px;
padding: 1px;
@ -684,6 +684,7 @@ ul.language-select > li, ul.footer-menu > li {
transition-duration: .1s;
background-color: #666;
border: 1px solid var(--bq-color) !important;
cursor: pointer;
}
.highlight-copy-btn,