fix topbar navigation (again)

This commit is contained in:
Lisa P 2015-10-20 18:03:40 +02:00
parent 99e3864acd
commit 36147b36a0
2 changed files with 11 additions and 5 deletions
app/styles/app

View File

@ -2,10 +2,12 @@
display: inline-block
height: $top-height
width: 40px
margin-left: 1em
line-height: $top-height
cursor: pointer
vertical-align: middle
float: left
@media #{$medium-up}
float: left
.broadcasts
position: relative
@ -30,7 +32,7 @@
height: 14px
background: $white
top: -0.5em
left: 123px
left: 136px
transform: rotate(45deg)
border-top: solid 2px $cream-dark
border-left: solid 2px $cream-dark
@ -41,6 +43,7 @@
p
margin: .5em 0
padding-left: 1.5rem
font-size: .9em
word-wrap: break-word
a
display: inline
@ -66,13 +69,13 @@
@media #{$medium-up}
position: absolute
top: 3.3em
left: 130px
left: 145px
width: 27em
height: auto
z-index: 70
margin-left: -0.7em
.centered &
left: 118px
left: 133px
&:after
left: 1rem

View File

@ -9,6 +9,7 @@ $nav-line-height: 35px
height: 0
will-change: height
transition: height 200ms ease
overflow: hidden
> ul
padding: 0
margin: 0
@ -19,6 +20,7 @@ $nav-line-height: 35px
height: 100%
@media #{$medium-up}
overflow: visible
> ul > li
display: inline-block
vertical-align: middle
@ -29,6 +31,7 @@ $nav-line-height: 35px
color: $grey-medium
text-align: right
line-height: $top-height
float: right
img
border-radius: 50%
width: 2.7rem
@ -36,7 +39,7 @@ $nav-line-height: 35px
margin-left: 1rem
@media #{$medium-up}
margin-right: 0
float: right
.navigation-anchor
display: block