Commit 4d414ea0 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix copy block url style

parent 9f381dda
.copy-block { .copy-block {
position: absolute; position: fixed;
right: 80px; right: 80px;
bottom: 40px; bottom: 40px;
display: flex; display: flex;
...@@ -22,20 +22,20 @@ ...@@ -22,20 +22,20 @@
.ant-typography-copy { .ant-typography-copy {
position: absolute; position: absolute;
right: 5px; right: 5px;
bottom: 0px; bottom: 0;
} }
} }
.copy-block-code { .copy-block-code {
color: #fff; display: inline-block;
margin: 0 0.2em; margin: 0 0.2em;
padding: 0.2em 0.4em 0.1em; padding: 0.2em 0.4em 0.1em;
color: #fff;
font-size: 85%; font-size: 85%;
background: rgba(0, 0, 0, 0.06); background: rgba(0, 0, 0, 0.06);
border-radius: 3px; border-radius: 3px;
display: inline-block;
} }
.copy-block-text { .copy-block-text {
font-size: 12px;
margin: 0; margin: 0;
font-size: 12px;
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment