fix build header dropdown responsive behaviour
This commit is contained in:
parent
5f601c492c
commit
96aff03599
|
@ -9,6 +9,7 @@
|
||||||
margin-right: 5px
|
margin-right: 5px
|
||||||
|
|
||||||
.status-image
|
.status-image
|
||||||
|
display: inline-block
|
||||||
position: relative
|
position: relative
|
||||||
width: 90px
|
width: 90px
|
||||||
height: 25px
|
height: 25px
|
||||||
|
@ -26,8 +27,6 @@
|
||||||
display: inline-block
|
display: inline-block
|
||||||
position: relative
|
position: relative
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
|
||||||
.github-icon
|
|
||||||
img
|
img
|
||||||
opacity: 0.65
|
opacity: 0.65
|
||||||
|
|
||||||
|
@ -38,7 +37,6 @@
|
||||||
|
|
||||||
.description, .language
|
.description, .language
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
color: #666a72
|
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
|
|
||||||
.description
|
.description
|
||||||
|
@ -48,6 +46,7 @@
|
||||||
.language
|
.language
|
||||||
display: none
|
display: none
|
||||||
padding-right: 5px
|
padding-right: 5px
|
||||||
|
color: #666a72
|
||||||
|
|
||||||
.github-stats
|
.github-stats
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -90,6 +89,5 @@
|
||||||
top: 12px
|
top: 12px
|
||||||
margin-right: 1em
|
margin-right: 1em
|
||||||
.status-image
|
.status-image
|
||||||
display: inline-block
|
|
||||||
top: 12px
|
top: 12px
|
||||||
|
|
||||||
|
|
|
@ -1,18 +1,11 @@
|
||||||
|
|
||||||
#tools
|
#tools
|
||||||
|
|
||||||
position: relative
|
position: relative
|
||||||
|
margin-top: 5px
|
||||||
@media #{$medium-up}
|
|
||||||
position: relative
|
|
||||||
float: right
|
|
||||||
top: 2px
|
|
||||||
width: 600px
|
|
||||||
|
|
||||||
& > a.menu-popup-button
|
& > a.menu-popup-button
|
||||||
display: inline-block
|
display: inline-block
|
||||||
text-align: left
|
text-align: left
|
||||||
margin-top: -37px
|
|
||||||
color: #fff
|
color: #fff
|
||||||
font-size: 13px
|
font-size: 13px
|
||||||
padding: 4px 24px 3px 25px
|
padding: 4px 24px 3px 25px
|
||||||
|
@ -22,9 +15,7 @@
|
||||||
background-color: #a6adad
|
background-color: #a6adad
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
|
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
float: right
|
|
||||||
img
|
img
|
||||||
width: 7px
|
width: 7px
|
||||||
padding-left: 10px
|
padding-left: 10px
|
||||||
|
@ -32,11 +23,10 @@
|
||||||
.menu
|
.menu
|
||||||
@include resetul
|
@include resetul
|
||||||
@include border-bottom-radius(4px)
|
@include border-bottom-radius(4px)
|
||||||
|
margin-top: 1px
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
display: none
|
display: none
|
||||||
position: absolute
|
position: absolute
|
||||||
right: 0
|
|
||||||
top: -9px
|
|
||||||
width: 140px
|
width: 140px
|
||||||
background-color: #a6adad
|
background-color: #a6adad
|
||||||
a
|
a
|
||||||
|
@ -52,6 +42,19 @@
|
||||||
cursor: default
|
cursor: default
|
||||||
color: $color-link-disabled
|
color: $color-link-disabled
|
||||||
|
|
||||||
|
@media screen and (min-width: 46em)
|
||||||
|
position: relative
|
||||||
|
top: 2px
|
||||||
|
width: 600px
|
||||||
|
float: right
|
||||||
|
& > a.menu-popup-button
|
||||||
|
margin-top: -37px
|
||||||
|
float: right
|
||||||
|
.menu
|
||||||
|
right: 0
|
||||||
|
top: -9px
|
||||||
|
margin-top: 0
|
||||||
|
|
||||||
#code-climate
|
#code-climate
|
||||||
a
|
a
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
Loading…
Reference in New Issue
Block a user