We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dcb697 + 3b309de commit 3a1613dCopy full SHA for 3a1613d
app/styles/main.less
@@ -103,6 +103,7 @@ only screen and (min-device-pixel-ratio: 2){
103
}
104
105
.btn-copy{
106
+ margin: 0;
107
float: right;
108
padding: 0 8px;
109
border: none;
@@ -132,11 +133,13 @@ only screen and (min-device-pixel-ratio: 2){
132
133
@bgcolor: #eee;
134
position: relative;
135
display: inline-block;
- margin-left: 12px;
136
+ height: 20px;
137
+ margin-left: 16px;
138
margin-bottom: 6px;
- padding: 3px 6px;
139
+ padding: 0 6px;
140
font-size: 13px;
141
font-style: normal;
142
+ line-height: 20px;
143
text-decoration: none;
144
color: #333;
145
background-color: @bgcolor;
0 commit comments