fix(theme): adjust styles for copied button (#1751)

pull/1754/head
Divyansh Singh 2 years ago committed by GitHub
parent f6c5e1f098
commit 565ae711b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -448,9 +448,10 @@
.vp-doc [class*='language-'] > button.copy:hover.copied::before { .vp-doc [class*='language-'] > button.copy:hover.copied::before {
position: relative; position: relative;
left: -65px; left: -65px;
display: block; display: flex;
justify-content: center;
align-items: center;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
padding-top: 8px;
width: 64px; width: 64px;
height: 40px; height: 40px;
text-align: center; text-align: center;

Loading…
Cancel
Save