Skip to content

Commit 45a2881

Browse files
noirgiframi3l
authored andcommitted
Fix copy icon position in Safari
1 parent 4581144 commit 45a2881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/rustup.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ hr {
165165
position: relative;
166166
width: fit-content;
167167
height: fit-content;
168-
top: 50%;
168+
top: 27px;
169169
left: 50%;
170170
transform: translate(-50%, -50%);
171171
}

0 commit comments

Comments
 (0)