mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-15 08:13:32 +00:00
code: remove whitespace for inline-copy-to-clipboard button #1022
This commit is contained in:
parent
39e67e57ef
commit
ad60ecdaa8
2 changed files with 6 additions and 1 deletions
|
@ -51,6 +51,11 @@ pre:not(.mermaid) {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#R-body .inline-copy-to-clipboard-button + code.copy-to-clipboard-code,
|
||||
#R-body code.copy-to-clipboard-code:has(+ .inline-copy-to-clipboard-button) {
|
||||
margin-inline-end: 0;
|
||||
}
|
||||
|
||||
#R-body .svg-reset-button {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.2+e9c1b8ebaa0a234e2843f281738fbc7dafb23f61
|
||||
7.3.2+39e67e57efafc2d00755d455c30157d5fbfb3dd0
|
Loading…
Add table
Reference in a new issue