Skip to content

Commit 3a1613d

Browse files
committed
Merge branch 'hotfix/safari_style_broken'
2 parents 7dcb697 + 3b309de commit 3a1613d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/styles/main.less

+5-2
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ only screen and (min-device-pixel-ratio: 2){
103103
}
104104
}
105105
.btn-copy{
106+
margin: 0;
106107
float: right;
107108
padding: 0 8px;
108109
border: none;
@@ -132,11 +133,13 @@ only screen and (min-device-pixel-ratio: 2){
132133
@bgcolor: #eee;
133134
position: relative;
134135
display: inline-block;
135-
margin-left: 12px;
136+
height: 20px;
137+
margin-left: 16px;
136138
margin-bottom: 6px;
137-
padding: 3px 6px;
139+
padding: 0 6px;
138140
font-size: 13px;
139141
font-style: normal;
142+
line-height: 20px;
140143
text-decoration: none;
141144
color: #333;
142145
background-color: @bgcolor;

0 commit comments

Comments
 (0)