Minor fix in navigation bar
parent
6dc052f536
commit
576d3ef5d6
|
@ -36,7 +36,7 @@ div(class="menu-container")
|
||||||
li(id="nav-video")
|
li(id="nav-video")
|
||||||
a(href!="<%- project.videoconferenceUrl %>" target="_blank" title="{{'PROJECT.SECTION.MEETUP' | translate}}", tabindex="1")
|
a(href!="<%- project.videoconferenceUrl %>" target="_blank" title="{{'PROJECT.SECTION.MEETUP' | translate}}", tabindex="1")
|
||||||
span(class="icon icon-video")
|
span(class="icon icon-video")
|
||||||
span(translate="PROJECT.SECTION.MEETUP")
|
span.helper(translate="PROJECT.SECTION.MEETUP")
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (project.i_am_owner) { %>
|
<% if (project.i_am_owner) { %>
|
||||||
li(id="nav-admin")
|
li(id="nav-admin")
|
||||||
|
|
|
@ -36,6 +36,7 @@ $label-arrow-wh: 12px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(50% - 1rem);
|
top: calc(50% - 1rem);
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
|
white-space: nowrap;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
&:after {
|
&:after {
|
||||||
background: rgba($blackish, 1);
|
background: rgba($blackish, 1);
|
||||||
|
|
Loading…
Reference in New Issue