This commit is contained in:
McShelby 2023-07-26 20:41:56 +00:00
parent 9bb1c0bf75
commit 05e5af1c8f
382 changed files with 9387 additions and 9391 deletions

View file

@ -126,10 +126,6 @@
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
div.highlight > div table + .copy-to-clipboard-button,
pre > .copy-to-clipboard-button {
right: 4px;
}
.disableInlineCopyToClipboard span > code.copy-to-clipboard-code {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;

View file

@ -1153,7 +1153,7 @@ pre > .copy-to-clipboard-button {
border-radius: 2px;
border-style: solid;
border-width: 1px;
inset-inline-end: 4px;
right: 4px;
padding: 5px 3px;
position: absolute;
top: 4px;