Skip to content

Commit 954958c

Browse files
committed
fix: Rebased
1 parent 58fe42f commit 954958c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,6 @@ li .code-block {
10201020
border-bottom: 1px solid #cccccc;
10211021
overflow-x: scroll;
10221022
scrollbar-width: none;
1023-
1024-
background-image: linear-gradient(to right, white, white),
1025-
linear-gradient(to right, white, white),
1026-
linear-gradient(to right, rgba(165, 165, 165, 0.25), rgba(255, 255, 255, 0)),
1027-
linear-gradient(to left, rgba(165, 165, 165, 0.25), rgba(255, 255, 255, 0));
1028-
background-position: left center, right center, left center, right center;
1029-
background-repeat: no-repeat;
1030-
background-size: 12px 100%, 12px 100%, 10px 100%, 10px 100%;
1031-
background-attachment: local, local, scroll, scroll;
10321023
}
10331024

10341025
.highlight-v2.single-line {
@@ -1070,13 +1061,9 @@ li .code-block {
10701061
font-family: "JetBrains Mono", monospace;
10711062
font-size: 12px;
10721063
color: #000;
1073-
order: 2;
10741064
display: none;
1075-
}
1076-
1077-
.code-copy-button {
10781065
position: absolute;
1079-
right: 8px;
1066+
right: calc(25% + 2rem);
10801067
margin-top: 8px;
10811068
}
10821069

0 commit comments

Comments
 (0)