fix #156 improve copy code button

This commit is contained in:
Elijah Lopez 2022-06-07 10:49:23 -04:00
parent 55b3437bfd
commit c7d2f8b25a

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,