File tree Expand file tree Collapse file tree 1 file changed +22
-16
lines changed Expand file tree Collapse file tree 1 file changed +22
-16
lines changed Original file line number Diff line number Diff line change 5
5
mq-mobile = "screen and (max-width: 479px)"
6
6
7
7
a .github-corner {
8
- position : fixed
9
- top : 0
10
- right : 0
8
+ position fixed
9
+ z-index 9999
10
+ top 0
11
+ right 0
11
12
& :hover {
12
13
.octo-arm {
13
14
animation :octocat-wave 560ms ease-in-out
@@ -117,12 +118,12 @@ a.github-corner {
117
118
white-space nowrap
118
119
vertical-align middle
119
120
button {
121
+ margin 0
122
+ left - 1px
120
123
position relative
121
124
z-index 5
122
125
display inline-block
123
126
padding 9px 23px
124
- margin-bottom 0
125
- margin-left - 1px
126
127
font-size 14px
127
128
font-weight bold
128
129
line-height 1.42857143
@@ -235,27 +236,28 @@ a.github-corner {
235
236
@media mq-mobile {
236
237
.header {
237
238
width inherit
239
+ .search .enter-input {
240
+ button {
241
+ padding : 9px 14px ;
242
+ }
243
+ }
238
244
}
239
245
.header_list {
240
246
.logo svg {
241
- // height: 26px;
242
- width : 96px ;
247
+ width 96px
243
248
}
244
249
.search {
245
250
.query {
246
- // height: 34px;
247
- }
248
- .enter-input button {
249
- padding : 9px 14px ;
251
+ line-height 31px
250
252
}
251
253
}
252
254
}
253
255
.header_list .logo {
254
- float : inherit ;
255
- padding-right : 10px ;
256
- padding-top : 8px ;
257
- padding-bottom : 14px ;
258
- text-align : center ;
256
+ float inherit
257
+ padding-right 10px
258
+ padding-top 8px
259
+ padding-bottom 14px
260
+ text-align center
259
261
}
260
262
div .markdown-body {
261
263
padding : 10px 10px 10px 13px ;
@@ -265,6 +267,10 @@ a.github-corner {
265
267
}
266
268
div .markdown-body .edit_btn {
267
269
top : 9px ;
270
+ a {
271
+ background #f1 f1 f1
272
+ color #a3 a3 a3
273
+ }
268
274
}
269
275
div .markdown-body pre {
270
276
padding : 0.6em ;
You can’t perform that action at this time.
0 commit comments