mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
highlight: fix position of copy-to-clipboard button in LTR #594
This commit is contained in:
parent
e9d3eb6489
commit
75d2bae3d6
2 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue