File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,11 @@ hr {
124
124
color : white;
125
125
padding : 1rem 1rem 1rem 0 ;
126
126
width : 45rem ;
127
+ height : auto;
127
128
text-align : center;
128
- border-radius : 3px ;
129
+ border-radius : 3px 0 0 3 px ;
129
130
box-shadow : inset 0px 0px 20px 0px # 333333 ;
130
- overflow : auto ;
131
+ overflow : hidden ;
131
132
font-size : 0.6em ;
132
133
white-space : nowrap;
133
134
height : 26px ;
@@ -149,17 +150,24 @@ hr {
149
150
# platform-instructions-default button .copy-button ,
150
151
# platform-instructions-unknown button .copy-button {
151
152
height : 58px ;
152
- margin : 1px ;
153
- padding-right : 5px ;
154
- border-radius : 3px ;
153
+ margin : 0 ;
154
+ padding : 0 5px 0 5px ;
155
+ border-radius : 0 3px 3px 0 ;
156
+ border-left-width : 0px ;
157
+ border-left-style : solid;
155
158
}
156
159
157
160
# platform-instructions-unix div .copy-icon ,
158
161
# platform-instructions-win32 div .copy-icon ,
159
162
# platform-instructions-win64 div .copy-icon ,
160
163
# platform-instructions-default div .copy-icon ,
161
164
# platform-instructions-unknown div .copy-icon {
162
- margin-top : 12px ;
165
+ position : relative;
166
+ width : fit-content;
167
+ height : fit-content;
168
+ top : 50% ;
169
+ left : 50% ;
170
+ transform : translate (-50% , -50% );
163
171
}
164
172
165
173
# platform-instructions-unix div .copy-button-text ,
171
179
color : green;
172
180
width : 41px ;
173
181
height : 15px ;
182
+ position : relative;
183
+ top : 5px ;
174
184
}
175
185
176
186
# platform-instructions-win32 a .windows-download ,
You can’t perform that action at this time.
0 commit comments