Skip to content

Commit 6a7b0f6

Browse files
rami3lChrisDenton
authored andcommitted
feat(www): improve "copy" button style compatibility with Chromium
1 parent 1895033 commit 6a7b0f6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

www/rustup.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ hr {
175175
height: 58px;
176176
margin: 0;
177177
padding: 0 5px 0 5px;
178-
border-radius: 0 3px 3px 0;
179-
border-left-width: 0px;
180-
border-left-style: solid;
178+
border-width: 0px;
181179
cursor: pointer;
182180
}
183181

@@ -191,7 +189,7 @@ hr {
191189
width: fit-content;
192190
height: fit-content;
193191
top: 27px;
194-
left: 50%;
192+
left: 23px;
195193
transform: translate(-50%, -50%);
196194
}
197195

@@ -208,7 +206,7 @@ hr {
208206
width: 41px;
209207
height: 15px;
210208
position: relative;
211-
top: 5px;
209+
top: 6px;
212210
}
213211

214212
#platform-instructions-win32 a.windows-download,

0 commit comments

Comments
 (0)