mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 15:29:19 +08:00
highlight: fix position of copy-to-clipboard button in LTR #594
This commit is contained in:
parent
e9d3eb6489
commit
75d2bae3d6
@ -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…
x
Reference in New Issue
Block a user